Class FlexInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flexagon.ff.common.core.exceptions.FlexRuntimeException
flexagon.ff.common.core.exceptions.FlexInternalException
- All Implemented Interfaces:
Serializable
For Internal exceptions, system level issues.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlexInternalException(String message) FlexInternalException(String message, Throwable cause) -
Method Summary
Methods inherited from class flexagon.ff.common.core.exceptions.FlexRuntimeException
getCode, getMessage, getPlainMessage, logOnInit, setCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlexInternalException
-
FlexInternalException
-