Class SSLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ssl.SSLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SSLConfigurationNotAvailableException

public class SSLException extends Exception

This is a generic exception thrown for most SSL-related errors.

Since:
WAS 6.1
See Also:
  • Constructor Details

    • SSLException

      public SSLException()
      Constructor.
    • SSLException

      public SSLException(Exception cause)
      Constructor.
      Parameters:
      cause -
    • SSLException

      public SSLException(String message)
      Constructor.
      Parameters:
      message -
    • SSLException

      public SSLException(String message, Exception cause)
      Constructor.
      Parameters:
      message -
      cause -