com.plumtree.openfoundation.util
Class XPIllegalStateException

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

public class XPIllegalStateException
extends XPException

Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.

See Also:
Serialized Form

Constructor Summary
XPIllegalStateException()
          Creates a new XPIllegalStateException object.
XPIllegalStateException(java.lang.String message)
          Creates a new XPIllegalStateException object.
XPIllegalStateException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPIllegalStateException object.
XPIllegalStateException(java.lang.Throwable e)
          Creates a new XPIllegalStateException 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

XPIllegalStateException

public XPIllegalStateException()
Creates a new XPIllegalStateException object.


XPIllegalStateException

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

Parameters:
message - Message to be wrapped by XPIllegalStateException.

XPIllegalStateException

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

Parameters:
e - Exception Object to be wrapped by XPIllegalStateException.

XPIllegalStateException

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

Parameters:
message - Message to be wrapped by XPIllegalStateException.
e - Exception Object to be wrapped by XPIllegalStateException.


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