com.ibm.websphere.ssl
Class SSLConfigurationNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ssl.SSLException
              extended by com.ibm.websphere.ssl.SSLConfigurationNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class SSLConfigurationNotAvailableException
extends SSLException

See Also:
Serialized Form

Constructor Summary
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

public SSLConfigurationNotAvailableException()
Constructor.


SSLConfigurationNotAvailableException

public SSLConfigurationNotAvailableException(java.lang.Exception cause)
Constructor.

Parameters:
cause -

SSLConfigurationNotAvailableException

public SSLConfigurationNotAvailableException(java.lang.String message)
Constructor.

Parameters:
message -

SSLConfigurationNotAvailableException

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

Parameters:
message -
cause -