Class ReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.reference.ReferenceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientProxyInstantiationException
,DynamicClientProxiesNotSupportedException
A
RuntimeException
thrown to indicate a problem with references.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newReferenceException
.ReferenceException
(String message) Creates a newReferenceException
.ReferenceException
(String message, Throwable cause) Creates a newReferenceException
.ReferenceException
(Throwable cause) Creates a newReferenceException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReferenceException
-
ReferenceException
Creates a newReferenceException
.- Parameters:
message
- a detail message; may benull
- See Also:
-
ReferenceException
Creates a newReferenceException
.- Parameters:
cause
- aThrowable
that caused the creation of thisReferenceException
; may benull
- See Also:
-
ReferenceException
Creates a newReferenceException
.- Parameters:
message
- a detail message; may benull
cause
- aThrowable
that caused the creation of thisReferenceException
; may benull
- See Also:
-