Class GenericRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.util.exception.GenericRuntimeException
All Implemented Interfaces:
Serializable

public class GenericRuntimeException extends RuntimeException
Just our own runtime exception
Since:
8.8.4
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • GenericRuntimeException

      public GenericRuntimeException(String message)
    • GenericRuntimeException

      public GenericRuntimeException(Throwable cause)
    • GenericRuntimeException

      public GenericRuntimeException(String message, Throwable cause)
    • GenericRuntimeException

      public GenericRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)