org.objectweb.dream
Class InterruptedPullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PullException
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
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.