public class ConfigurationException extends StrutsException
| Constructor and Description | 
|---|
| ConfigurationException()Constructs a  ConfigurationExceptionwith no detail message. | 
| ConfigurationException(String s)Constructs a  ConfigurationExceptionwith the specified
 detail message. | 
| ConfigurationException(String s,
                      Object target)Constructs a  ConfigurationExceptionwith the specified
 detail message. | 
| ConfigurationException(String s,
                      Throwable cause)Constructs a  ConfigurationExceptionwith the specified
 detail message. | 
| ConfigurationException(String s,
                      Throwable cause,
                      Object target)Constructs a  ConfigurationExceptionwith the specified
 detail message. | 
| ConfigurationException(Throwable cause)Constructs a  ConfigurationExceptionwith no detail message. | 
| ConfigurationException(Throwable cause,
                      Object target)Constructs a  ConfigurationExceptionwith no detail message. | 
getLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConfigurationException()
ConfigurationException with no detail message.public ConfigurationException(String s)
ConfigurationException with the specified
 detail message.s - the detail message.public ConfigurationException(String s, Object target)
ConfigurationException with the specified
 detail message.s - the detail message.target - the target objectpublic ConfigurationException(Throwable cause)
ConfigurationException with no detail message.cause - the cause of the exceptionpublic ConfigurationException(Throwable cause, Object target)
ConfigurationException with no detail message.cause - the cause of the exceptiontarget - the target objectpublic ConfigurationException(String s, Throwable cause)
ConfigurationException with the specified
 detail message.s - the detail message.cause - the cause of the exceptionCopyright © 2000–2025 Apache Software Foundation. All rights reserved.