com.uwyn.rife.continuations.exceptions
Class ContinuationsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.uwyn.rife.continuations.exceptions.ContinuationsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CallException, PauseException

public class ContinuationsException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ContinuationsException()
           
ContinuationsException(String message)
           
ContinuationsException(String message, Throwable cause)
           
ContinuationsException(Throwable cause)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 StackTraceElement[] getStackTrace()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, 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

ContinuationsException

public ContinuationsException()

ContinuationsException

public ContinuationsException(String message)

ContinuationsException

public ContinuationsException(String message,
                              Throwable cause)

ContinuationsException

public ContinuationsException(Throwable cause)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()

getStackTrace

public StackTraceElement[] getStackTrace()

RIFE Project Page