Class ModelsUserCancelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hortonmachine.gears.libs.exceptions.ModelsUserCancelException
-
- All Implemented Interfaces:
Serializable
public class ModelsUserCancelException extends RuntimeException
User cancel action exception.- Author:
- Andrea Antonello - www.hydrologis.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULTMESSAGE
-
Constructor Summary
Constructors Constructor Description ModelsUserCancelException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
DEFAULTMESSAGE
public static String DEFAULTMESSAGE
-
-