Class DynamicClientProxiesNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.reference.ReferenceException
org.microbean.reference.DynamicClientProxiesNotSupportedException
- All Implemented Interfaces:
Serializable
A
ReferenceException
indicating that generation of client proxies at runtime is not supported.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newDynamicClientProxiesNotSupportedException
.Creates a newDynamicClientProxiesNotSupportedException
.DynamicClientProxiesNotSupportedException
(String message, Throwable cause) Creates a newDynamicClientProxiesNotSupportedException
.Creates a newDynamicClientProxiesNotSupportedException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicClientProxiesNotSupportedException
Creates a newDynamicClientProxiesNotSupportedException
. -
DynamicClientProxiesNotSupportedException
Creates a newDynamicClientProxiesNotSupportedException
.- Parameters:
message
- a detail message; may benull
-
DynamicClientProxiesNotSupportedException
Creates a newDynamicClientProxiesNotSupportedException
.- Parameters:
cause
- aThrowable
that is causing thisDynamicClientProxiesNotSupportedException
to be created; may benull
-
DynamicClientProxiesNotSupportedException
Creates a newDynamicClientProxiesNotSupportedException
.- Parameters:
message
- a detail message; may benull
cause
- aThrowable
that is causing thisDynamicClientProxiesNotSupportedException
to be created; may benull
-