Class InvalidServiceStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.aristaflow.adept2.base.service.ADEPT2ServiceException
de.aristaflow.adept2.base.service.InvalidServiceStateException
- All Implemented Interfaces:
Serializable
Thrown, if a service refuses to handle the request, because
it is e.g. starting up or shutting down.
- Author:
- Kevin Goeser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidServiceStateException(String message) Create a new exception with a.InvalidServiceStateException(String message, Throwable cause) Create a new exception with a message and a 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
-
InvalidServiceStateException
Create a new exception with a message and a cause.- Parameters:
message-cause-
-
InvalidServiceStateException
Create a new exception with a.- Parameters:
message-
-