|
@@ -1,21 +0,0 @@
|
|
|
-package org.fouram.core.base.exception;
|
|
|
-
|
|
|
-public class PromptException extends Exception {
|
|
|
-
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
-
|
|
|
- public PromptException() {
|
|
|
- }
|
|
|
-
|
|
|
- public PromptException(Throwable ex) {
|
|
|
- super(ex);
|
|
|
- }
|
|
|
-
|
|
|
- public PromptException(String message) {
|
|
|
- super(message);
|
|
|
- }
|
|
|
-
|
|
|
- public PromptException(String message, Throwable ex) {
|
|
|
- super(message, ex);
|
|
|
- }
|
|
|
-}
|