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 within SSLContextHelper
See Also:
  • Constructor Details

    • SslContextCreationFailedException

      public SslContextCreationFailedException(String message, Throwable cause)
    • SslContextCreationFailedException

      public SslContextCreationFailedException(Throwable cause)