Class ClientProxyInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.reference.ReferenceException
org.microbean.reference.ClientProxyInstantiationException
- All Implemented Interfaces:
Serializable
A
ReferenceException indicating that a client proxy class could not be instantiated.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newClientProxyInstantiationException.ClientProxyInstantiationException(String message) Creates a newClientProxyInstantiationException.ClientProxyInstantiationException(String message, Throwable cause) Creates a newClientProxyInstantiationException.Creates a newClientProxyInstantiationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientProxyInstantiationException
public ClientProxyInstantiationException()Creates a newClientProxyInstantiationException. -
ClientProxyInstantiationException
Creates a newClientProxyInstantiationException.- Parameters:
message- a detail message; may benull
-
ClientProxyInstantiationException
Creates a newClientProxyInstantiationException.- Parameters:
cause- aThrowablecausing thisClientProxyInstantiationExceptionto be created; may benull
-
ClientProxyInstantiationException
Creates a newClientProxyInstantiationException.- Parameters:
message- a detail message; may benullcause- aThrowablecausing thisClientProxyInstantiationExceptionto be created; may benull
-