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 Summary
ConstructorsConstructorDescriptionGenericRuntimeException(String message) GenericRuntimeException(String message, Throwable cause) GenericRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) GenericRuntimeException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GenericRuntimeException
 - 
GenericRuntimeException
 - 
GenericRuntimeException
 - 
GenericRuntimeException
 
 -