org.objectweb.dream
Class InterruptedPushException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.PushException
              extended byorg.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

Constructor Summary
InterruptedPushException()
           
InterruptedPushException(InterruptedException cause)
           
InterruptedPushException(String message)
           
InterruptedPushException(String message, InterruptedException cause)
           
 
Methods inherited from class org.objectweb.dream.PushException
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

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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.