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