com.plumtree.openfoundation.util
Class XPThreadInterruptedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.openfoundation.util.XPException
                  extended bycom.plumtree.openfoundation.util.XPThreadInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class XPThreadInterruptedException
extends XPException

After a thread is created, it is in one or more ThreadState states until it is destroyed. Calling Interrupt when a thread is in the Wait, Sleep, Join state will cause a XPThreadInterruptedException to be thrown.

See Also:
Serialized Form

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

XPThreadInterruptedException

public XPThreadInterruptedException()
Creates a new XPThreadInterruptedException object.


XPThreadInterruptedException

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

Parameters:
message - Message to be wrapped by XPThreadInterruptedException.

XPThreadInterruptedException

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

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

XPThreadInterruptedException

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

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


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