Class SslConfigurationException

All Implemented Interfaces:
Serializable

public class SslConfigurationException extends RuntimeException
An exception thrown while configuring SSL.
Since:
1.0
Author:
James Kleeh
See Also:
  • Constructor Details

    • SslConfigurationException

      public SslConfigurationException(String message)
      Parameters:
      message - The message
    • SslConfigurationException

      public SslConfigurationException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable
    • SslConfigurationException

      public SslConfigurationException(Throwable cause)
      Parameters:
      cause - The throwable