Class SslContextCreationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.client.exceptions.SslContextCreationFailedException
-
- All Implemented Interfaces:
Serializable
public class SslContextCreationFailedException extends RuntimeException
author Pascal Knueppel
created at: 09.12.2019 - 15:26
if the creation of a SSL context has failed withinSSLContextHelper- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SslContextCreationFailedException(String message, Throwable cause)SslContextCreationFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-