Package com.devebot.opflow.exception
Class OpflowRestrictionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devebot.opflow.exception.OpflowRestrictionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpflowCancellationException,OpflowPausingTimeoutException,OpflowSemaphoreTimeoutException,OpflowServiceNotReadyException
public class OpflowRestrictionException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OpflowRestrictionException()OpflowRestrictionException(String message)OpflowRestrictionException(String message, Throwable cause)OpflowRestrictionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpflowRestrictionException(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
-
OpflowRestrictionException
public OpflowRestrictionException() -
OpflowRestrictionException
-
OpflowRestrictionException
-
OpflowRestrictionException
-
OpflowRestrictionException
-