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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInternalException(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 Details
-
internalError
public static final int internalError- See Also:
-
-
Constructor Details
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-