This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package hhn.temp.project.expections;
|
||||
|
||||
public class SQLNoConectionException extends RuntimeException {
|
||||
|
||||
public SQLNoConectionException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package hhn.temp.project.expections;
|
||||
|
||||
public class SQLStatmentException extends RuntimeException {
|
||||
|
||||
public SQLStatmentException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package hhn.temp.project.expections;
|
||||
|
||||
public class TaskNotExistsException extends RuntimeException {
|
||||
|
||||
public TaskNotExistsException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user