Skip to content

Commit

Permalink
Remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Mar 25, 2021
1 parent 68d7b03 commit b7bf253
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@
* This exception is thrown when scheduling fails.
*/
public class SchedulingException extends Exception {
public SchedulingException() {
super();
}

public SchedulingException(String message) {
super(message);
}

public SchedulingException(String message, Throwable cause) {
super(message, cause);
}
}

0 comments on commit b7bf253

Please sign in to comment.