org.objectweb.dream
Class InterruptedPullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.PullException
              extended by org.objectweb.dream.InterruptedPullException
All Implemented Interfaces:
Serializable

public class InterruptedPullException
extends PullException

Sub class of PullException thrown when the execution flow was interrupted in a pull method.

See Also:
InterruptedException, Serialized Form

Constructor Summary
InterruptedPullException()
           
InterruptedPullException(InterruptedException cause)
           
InterruptedPullException(String message)
           
InterruptedPullException(String message, InterruptedException cause)
           
 
Method Summary
 
Methods inherited from class org.objectweb.dream.PullException
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterruptedPullException

public InterruptedPullException()
See Also:
PullException.PullException()

InterruptedPullException

public InterruptedPullException(String message)
See Also:
PullException.PullException(String)

InterruptedPullException

public InterruptedPullException(String message,
                                InterruptedException cause)
See Also:
PullException.PullException(String, Throwable)

InterruptedPullException

public InterruptedPullException(InterruptedException cause)
See Also:
PullException.PullException(Throwable)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.