Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.security
Class SSLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sssw.jbroker.api.security.SSLException
All Implemented Interfaces:
Serializable

public class SSLException
extends Exception

Exception thrown by the SSL implementation.

Since:
JBroker 3.0
See Also:
Serialized Form

Constructor Summary
SSLException()
          Construct an SSLException with no detail message.
SSLException(String detail)
          Construct an SSLException with the specified detail message.
SSLException(String detail, Throwable throwable)
          Construct an SSLException with the specified detail message and a nested exception.
 
Method Summary
 Throwable getThrowable()
          Returns the nested exception, if any.
 void printStackTrace()
          Prints this exception's stack trace along with that of the nested exception, if any.
 void printStackTrace(PrintStream stream)
          Prints this exception's stack trace along with that of the nested exception, if any.
 void printStackTrace(PrintWriter writer)
          Prints this exception's stack trace along with that of the nested exception, if any.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLException

public SSLException()
Construct an SSLException with no detail message.


SSLException

public SSLException(String detail)
Construct an SSLException with the specified detail message.


SSLException

public SSLException(String detail,
                    Throwable throwable)
Construct an SSLException with the specified detail message and a nested exception.

Method Detail

getThrowable

public Throwable getThrowable()
Returns the nested exception, if any.


printStackTrace

public void printStackTrace()
Prints this exception's stack trace along with that of the nested exception, if any.


printStackTrace

public void printStackTrace(PrintStream stream)
Prints this exception's stack trace along with that of the nested exception, if any.


printStackTrace

public void printStackTrace(PrintWriter writer)
Prints this exception's stack trace along with that of the nested exception, if any.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.