Package com.devebot.opflow.exception
Class OpflowConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.devebot.opflow.exception.OpflowBootstrapException
com.devebot.opflow.exception.OpflowConnectionException
- All Implemented Interfaces:
Serializable
public class OpflowConnectionException extends OpflowBootstrapException
- Author:
- drupalex
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OpflowConnectionException()OpflowConnectionException(String message)OpflowConnectionException(String message, Throwable cause)OpflowConnectionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpflowConnectionException(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
-
OpflowConnectionException
public OpflowConnectionException() -
OpflowConnectionException
-
OpflowConnectionException
-
OpflowConnectionException
-
OpflowConnectionException
-