Package com.logicaldoc.util.exception
Class GenericRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.util.exception.GenericRuntimeException
- All Implemented Interfaces:
- Serializable
Just our own runtime exception
- Since:
- 8.8.4
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGenericRuntimeException(String message) GenericRuntimeException(String message, Throwable cause) GenericRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) GenericRuntimeException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GenericRuntimeException
- 
GenericRuntimeException
- 
GenericRuntimeException
- 
GenericRuntimeException
 
-