com.plumtree.openfoundation.io
Class XPSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.io.XPSecurityException
All Implemented Interfaces:
java.io.Serializable

public class XPSecurityException
extends XPException

Thrown by the security manager to indicate a security violation.

See Also:
Serialized Form

Constructor Summary
XPSecurityException()
          Creates a new XPSecurityException object.
XPSecurityException(java.lang.String message)
          Creates a new XPSecurityException object.
XPSecurityException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPSecurityException object.
XPSecurityException(java.lang.Throwable e)
          Creates a new XPSecurityException object.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPSecurityException

public XPSecurityException()
Creates a new XPSecurityException object.


XPSecurityException

public XPSecurityException(java.lang.String message)
Creates a new XPSecurityException object.

Parameters:
message - the detail message

XPSecurityException

public XPSecurityException(java.lang.Throwable e)
Creates a new XPSecurityException object.

Parameters:
e - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

XPSecurityException

public XPSecurityException(java.lang.String message,
                           java.lang.Throwable e)
Creates a new XPSecurityException object.

Parameters:
message - the detail message
e - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.