public class UnresolveableReferenceException
extends org.apache.shiro.config.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–2017 The Apache Software Foundation. All rights reserved.