Package com.devebot.opflow.exception
Class OpflowOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devebot.opflow.exception.OpflowOperationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpflowConnectorNotFoundException,OpflowConsumerOverLimitException,OpflowDiscoveryConnectionException,OpflowFailedConversionException,OpflowJsonTransformationException,OpflowNonOperatingException,OpflowRequestFailureException,OpflowRequestTimeoutException,OpflowRpcMasterDisabledException,OpflowUnimplementedException,OpflowWorkerNotFoundException
public class OpflowOperationException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description OpflowOperationException()OpflowOperationException(String message)OpflowOperationException(String message, Throwable cause)protectedOpflowOperationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpflowOperationException(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
-
OpflowOperationException
public OpflowOperationException() -
OpflowOperationException
-
OpflowOperationException
-
OpflowOperationException
-
OpflowOperationException
-