org.objectweb.dream
Class InterruptedPushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PushException
org.objectweb.dream.InterruptedPushException
- All Implemented Interfaces:
- Serializable
public class InterruptedPushException
- extends PushException
Sub class of PushException
thrown when the execution flow was
interrupted in a push method.
- See Also:
InterruptedException
,
Serialized Form
InterruptedPushException
public InterruptedPushException()
- See Also:
PushException.PushException()
InterruptedPushException
public InterruptedPushException(String message)
- See Also:
PushException.PushException(String)
InterruptedPushException
public InterruptedPushException(String message,
InterruptedException cause)
- See Also:
PushException.PushException(String, Throwable)
InterruptedPushException
public InterruptedPushException(InterruptedException cause)
- See Also:
PushException.PushException(Throwable)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.