Skip to content

Commit 3941b24

Browse files
ConnectionException
1 parent 0d53c15 commit 3941b24

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
package Client.Exception;
2+
3+
import Client.Client;
4+
5+
/**
6+
* Created by IntelliJ IDEA.
7+
*
8+
* @author Behruz Mansurov
9+
*/
10+
public class ConnectionException extends Exception {
11+
public ConnectionException() {
12+
}
13+
14+
public ConnectionException(String message) {
15+
super(message);
16+
}
17+
}

0 commit comments

Comments
 (0)