Package io.kroxylicious.proxy
Class LifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.LifecycleException
- All Implemented Interfaces:
Serializable
An exception thrown during a lifecycle transition such as startup or shutdown
of the proxy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleException(String message) LifecycleException(String message, 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
-
LifecycleException
-
LifecycleException
-