com.uwyn.rife.continuations.exceptions
Class ContinuationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.continuations.exceptions.ContinuationsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CallException, PauseException
public class ContinuationsException
- extends RuntimeException
- See Also:
- Serialized Form
ContinuationsException
public ContinuationsException()
ContinuationsException
public ContinuationsException(String message)
ContinuationsException
public ContinuationsException(String message,
Throwable cause)
ContinuationsException
public ContinuationsException(Throwable cause)
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
getStackTrace
in class Throwable