com.ibm.websphere.ssl

Class SSLConfigurationNotAvailableException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.ssl.SSLException
  5. extended bycom.ibm.websphere.ssl.SSLConfigurationNotAvailableException
All implemented interfaces:
java.io.Serializable

  1. public class SSLConfigurationNotAvailableException
  2. extends SSLException
See Also:
Serialized Form

Constructor Summary

Constructor and Description
SSLConfigurationNotAvailableException()
Constructor.
SSLConfigurationNotAvailableException(java.lang.Exception cause)
Constructor.
SSLConfigurationNotAvailableException(java.lang.String message)
Constructor.
SSLConfigurationNotAvailableException(java.lang.String message,java.lang.Exception cause)
Constructor.

Method Summary

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

SSLConfigurationNotAvailableException

  1. public SSLConfigurationNotAvailableException( )
Constructor.

SSLConfigurationNotAvailableException

  1. public SSLConfigurationNotAvailableException( java.lang.Exception cause)
Constructor.
Parameters:
cause -

SSLConfigurationNotAvailableException

  1. public SSLConfigurationNotAvailableException( java.lang.String message)
Constructor.
Parameters:
message -

SSLConfigurationNotAvailableException

  1. public SSLConfigurationNotAvailableException( java.lang.String message,
  2. java.lang.Exception cause)
Constructor.
Parameters:
message -
cause -