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