Class GenericSSLConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.searchguard.ssl.util.config.GenericSSLConfigException
-
- All Implemented Interfaces:
Serializable
public class GenericSSLConfigException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericSSLConfigException()GenericSSLConfigException(String message)GenericSSLConfigException(String message, Throwable cause)GenericSSLConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GenericSSLConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GenericSSLConfigException
public GenericSSLConfigException()
-
GenericSSLConfigException
public GenericSSLConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
GenericSSLConfigException
public GenericSSLConfigException(String message)
-
GenericSSLConfigException
public GenericSSLConfigException(Throwable cause)
-
-