com.plumtree.openfoundation.reflect
Class XPIllegalAccessException

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.reflect.XPIllegalAccessException
All Implemented Interfaces:
java.io.Serializable

public class XPIllegalAccessException
extends XPException

This class corresponds to java.lang.IllegalAccessException. It is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.

Author:
djc
See Also:
Serialized Form

Constructor Summary
XPIllegalAccessException()
          Constructs a default XPIllegalAccessException object.
XPIllegalAccessException(java.lang.String message)
          Constructs a XPIllegalAccessException object with the specified detail message.
XPIllegalAccessException(java.lang.String message, java.lang.Throwable e)
          Constructs a XPIllegalAccessException object with the specified detail message and cause.
XPIllegalAccessException(java.lang.Throwable e)
          Constructs a XPIllegalAccessException object with the specified cause.
 
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

XPIllegalAccessException

public XPIllegalAccessException()
Constructs a default XPIllegalAccessException object.


XPIllegalAccessException

public XPIllegalAccessException(java.lang.String message)
Constructs a XPIllegalAccessException object with the specified detail message.

Parameters:
message - the detail message

XPIllegalAccessException

public XPIllegalAccessException(java.lang.Throwable e)
Constructs a XPIllegalAccessException object with the specified cause.

Parameters:
e - - the cause (which is saved for later retrieval by the getCause() method).

XPIllegalAccessException

public XPIllegalAccessException(java.lang.String message,
                                java.lang.Throwable e)
Constructs a XPIllegalAccessException object with the specified detail message and cause.

Parameters:
message - the detail message
e - - the cause (which is saved for later retrieval by the getCause() method).


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