org.opends.server.tools
Class SSLConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.tools.SSLConnectionException
All Implemented Interfaces:
java.io.Serializable

public class SSLConnectionException
extends OpenDsException

This class defines an exception that may be thrown during the course of creating an SSL connection.

See Also:
Serialized Form

Constructor Summary
SSLConnectionException(Message message)
          Creates a new exception with the provided message.
SSLConnectionException(Message message, java.lang.Throwable cause)
          Creates a new exception with the provided message and underlying cause.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLConnectionException

public SSLConnectionException(Message message)
Creates a new exception with the provided message.

Parameters:
message - The message to use for this exception.

SSLConnectionException

public SSLConnectionException(Message message,
                              java.lang.Throwable cause)
Creates a new exception with the provided message and underlying cause.

Parameters:
message - The message to use for this exception.
cause - The underlying cause that triggered this exception.