Package io.kroxylicious.proxy.plugin
Class UnknownPluginInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.plugin.UnknownPluginInstanceException
- All Implemented Interfaces:
Serializable
A reference to a plugin instance could not be resolved by the proxy runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownPluginInstanceException(String message) UnknownPluginInstanceException(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
-
UnknownPluginInstanceException
-
UnknownPluginInstanceException
-