Package io.inugami.api.exceptions
Class ProcessingRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.ProcessingRunningException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class ProcessingRunningException extends TechnicalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingRunningException()ProcessingRunningException(int code, String message, Throwable cause)ProcessingRunningException(ErrorCode errorCode)ProcessingRunningException(ErrorCode errorCode, Throwable cause)ProcessingRunningException(ErrorCode errorCode, Throwable cause, String message, Object... values)ProcessingRunningException(String message)ProcessingRunningException(String message, Object... values)ProcessingRunningException(String message, Throwable cause)ProcessingRunningException(Throwable cause)ProcessingRunningException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessingRunningException
public ProcessingRunningException(int code, String message, Throwable cause)
-
ProcessingRunningException
public ProcessingRunningException()
-
ProcessingRunningException
public ProcessingRunningException(Throwable cause, String message, Object... values)
-
ProcessingRunningException
public ProcessingRunningException(String message)
-
ProcessingRunningException
public ProcessingRunningException(Throwable cause)
-
ProcessingRunningException
public ProcessingRunningException(ErrorCode errorCode)
-
-