Class GenericException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenericSecurityException

public class GenericException extends RuntimeException
Author:
Hakan Altindag
See Also:
  • Constructor Details

    • GenericException

      public GenericException(String message)
    • GenericException

      public GenericException(String message, Throwable cause)
    • GenericException

      public GenericException(Throwable cause)