org.apache.shiro.config
Class ConfigurationException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnresolveableReferenceException

public class ConfigurationException
extends ShiroException

Root exception indicating there was a problem parsing or processing the Shiro configuration.

Since:
0.9
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates a new ConfigurationException.
ConfigurationException(String message)
          Constructs a new ConfigurationException.
ConfigurationException(String message, Throwable cause)
          Constructs a new ConfigurationException.
ConfigurationException(Throwable cause)
          Constructs a new ConfigurationException.
 
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

ConfigurationException

public ConfigurationException()
Creates a new ConfigurationException.


ConfigurationException

public ConfigurationException(String message)
Constructs a new ConfigurationException.

Parameters:
message - the reason for the exception

ConfigurationException

public ConfigurationException(Throwable cause)
Constructs a new ConfigurationException.

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

ConfigurationException

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

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.