Package org.intocps.maestro.core
Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.intocps.maestro.core.InternalException
-
- All Implemented Interfaces:
Serializable
public class InternalException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intinternalError
-
Constructor Summary
Constructors Constructor Description InternalException(int code, String message)InternalException(String message)InternalException(String message, Throwable cause)InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)InternalException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
internalError
public static final int internalError
- See Also:
- Constant Field Values
-
-