public class UnresolveableReferenceException extends ConfigurationException
| Constructor and Description |
|---|
UnresolveableReferenceException()
Creates a new UnresolveableReferenceException.
|
UnresolveableReferenceException(String message)
Constructs a new UnresolveableReferenceException.
|
UnresolveableReferenceException(String message,
Throwable cause)
Constructs a new UnresolveableReferenceException.
|
UnresolveableReferenceException(Throwable cause)
Constructs a new UnresolveableReferenceException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolveableReferenceException()
public UnresolveableReferenceException(String message)
message - the reason for the exceptionpublic UnresolveableReferenceException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.