Class GenericException

All Implemented Interfaces:
Serializable

public class GenericException extends RuntimeException
GenericException
See Also:
  • Constructor Details

    • GenericException

      public GenericException()
    • GenericException

      public GenericException(String exceptionMessage)
    • GenericException

      public GenericException(String exceptionClass, String exceptionMessage)
    • GenericException

      public GenericException(Throwable cause)
    • GenericException

      public GenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage)
  • Method Details

    • getExceptionClass

      public String getExceptionClass()
    • setExceptionClass

      public void setExceptionClass(String exceptionClass)
    • getExceptionMessage

      public String getExceptionMessage()
    • setExceptionMessage

      public void setExceptionMessage(String exceptionMessage)