|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.tools.SSLConnectionException
public class SSLConnectionException
This class defines an exception that may be thrown during the course of creating an SSL connection.
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 |
---|
public SSLConnectionException(Message message)
message
- The message to use for this exception.public SSLConnectionException(Message message, java.lang.Throwable cause)
message
- The message to use for this exception.cause
- The underlying cause that triggered this
exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |