Package com.devebot.opflow.exception
Class OpflowCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devebot.opflow.exception.OpflowRestrictionException
com.devebot.opflow.exception.OpflowCancellationException
- All Implemented Interfaces:
Serializable
public class OpflowCancellationException extends OpflowRestrictionException
- Author:
- drupalex
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OpflowCancellationException()OpflowCancellationException(String message)OpflowCancellationException(String message, Throwable cause)OpflowCancellationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpflowCancellationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpflowCancellationException
public OpflowCancellationException() -
OpflowCancellationException
-
OpflowCancellationException
-
OpflowCancellationException
-
OpflowCancellationException
-