com.uwyn.rife.continuations.exceptions
Class ContinuationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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()
Overrides:
fillInStackTrace in class Throwable

getStackTrace

public StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class Throwable

RIFE Project Page