Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationException
    extends org.apache.shiro.ShiroException
    Root exception indicating there was a problem parsing or processing the Shiro configuration.
    Since:
    0.9
    See Also:
    Serialized Form
    • 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.