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