Class ConfigurationException

All Implemented Interfaces:
Serializable, Locatable

public class ConfigurationException extends StrutsException
ConfigurationException
Author:
Jason Carreira
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
      Constructs a ConfigurationException with no detail message.
    • ConfigurationException

      public ConfigurationException(String s)
      Constructs a ConfigurationException with the specified detail message.
      Parameters:
      s - the detail message.
    • ConfigurationException

      public ConfigurationException(String s, Object target)
      Constructs a ConfigurationException with the specified detail message.
      Parameters:
      s - the detail message.
      target - the target object
    • ConfigurationException

      public ConfigurationException(Throwable cause)
      Constructs a ConfigurationException with no detail message.
      Parameters:
      cause - the cause of the exception
    • ConfigurationException

      public ConfigurationException(Throwable cause, Object target)
      Constructs a ConfigurationException with no detail message.
      Parameters:
      cause - the cause of the exception
      target - the target object
    • ConfigurationException

      public ConfigurationException(String s, Throwable cause)
      Constructs a ConfigurationException with the specified detail message.
      Parameters:
      s - the detail message.
      cause - the cause of the exception
    • ConfigurationException

      public ConfigurationException(String s, Throwable cause, Object target)
      Constructs a ConfigurationException with the specified detail message.
      Parameters:
      s - the detail message.
      cause - the cause of the exception
      target - the target object