org.apache.shiro.config
Class UnresolveableReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by org.apache.shiro.config.ConfigurationException
                      extended by org.apache.shiro.config.UnresolveableReferenceException
All Implemented Interfaces:
Serializable

public class UnresolveableReferenceException
extends ConfigurationException

Exception thrown when a reference to an object is made, but that object cannot be found. This is most likely thrown due to a configuration line that references an object that hasn't been defined yet.

Since:
0.9 RC2
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolveableReferenceException

public UnresolveableReferenceException()
Creates a new UnresolveableReferenceException.


UnresolveableReferenceException

public UnresolveableReferenceException(String message)
Constructs a new UnresolveableReferenceException.

Parameters:
message - the reason for the exception

UnresolveableReferenceException

public UnresolveableReferenceException(Throwable cause)
Constructs a new UnresolveableReferenceException.

Parameters:
cause - the underlying Throwable that caused this exception to be thrown.

UnresolveableReferenceException

public UnresolveableReferenceException(String message,
                                       Throwable cause)
Constructs a new UnresolveableReferenceException.

Parameters:
message - the reason for the exception
cause - the underlying Throwable that caused this exception to be thrown.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.