Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.security
Class SecurityException

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

public final class SecurityException
extends Exception

jBroker Security Exception.

See Also:
Serialized Form

Constructor Summary
SecurityException()
          Construct a SecurityException with no detail message
SecurityException(String detail)
          Construct a SecurityException with detail message
SecurityException(String detail, Throwable throwable)
          Construct a SecurityException 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

SecurityException

public SecurityException()
Construct a SecurityException with no detail message


SecurityException

public SecurityException(String detail)
Construct a SecurityException with detail message


SecurityException

public SecurityException(String detail,
                         Throwable throwable)
Construct a SecurityException 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.