Package com.rapid7.appspider
Class SslContextCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rapid7.appspider.SslContextCreationException
-
- All Implemented Interfaces:
Serializable
public class SslContextCreationException extends Exception
Exception thrown when unable to create a SSL context for use in HttpClient- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SslContextCreationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-