public class UnresolveableReferenceException extends ConfigurationException
| Constructor and Description |
|---|
UnresolveableReferenceException()
Creates a new UnresolveableReferenceException.
|
UnresolveableReferenceException(String
Constructs a new UnresolveableReferenceException.
|
UnresolveableReferenceException(String
Constructs a new UnresolveableReferenceException.
|
UnresolveableReferenceException(Throwable
Constructs a new UnresolveableReferenceException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolveableReferenceException()
public UnresolveableReferenceException(Stringmessage)
message - the reason for the exception
public UnresolveableReferenceException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.