Package nl.altindag.sslcontext.exception
Class GenericSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.altindag.sslcontext.exception.GenericSecurityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GenericKeyStoreException
,GenericSSLContextException
public class GenericSecurityException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericSecurityException(String message)
GenericSecurityException(String message, Throwable cause)
GenericSecurityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-