Package org.wildfly.security.dynamic.ssl
Class DynamicSSLContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.security.dynamic.ssl.DynamicSSLContextException
-
- All Implemented Interfaces:
Serializable
public class DynamicSSLContextException extends Exception
Exception to indicate a failure related to the DynamicSSLContext.- Author:
- Diana Krepinska
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicSSLContextException()DynamicSSLContextException(String msg)DynamicSSLContextException(String message, Throwable cause)DynamicSSLContextException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-