Class GenericException

All Implemented Interfaces:
Serializable

@Deprecated public class GenericException extends GenericException
Deprecated.
See Also:
  • Constructor Details

    • GenericException

      public GenericException()
      Deprecated.
    • GenericException

      public GenericException(String exceptionMessage)
      Deprecated.
    • GenericException

      public GenericException(String exceptionClass, String exceptionMessage)
      Deprecated.
    • GenericException

      public GenericException(Throwable cause)
      Deprecated.
    • GenericException

      public GenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage)
      Deprecated.