public class ConfigurationException extends StrutsException
Constructor and Description |
---|
ConfigurationException()
Constructs a
ConfigurationException with no detail message. |
ConfigurationException(String s)
Constructs a
ConfigurationException with the specified
detail message. |
ConfigurationException(String s,
Object target)
Constructs a
ConfigurationException with the specified
detail message. |
ConfigurationException(String s,
Throwable cause)
Constructs a
ConfigurationException with the specified
detail message. |
ConfigurationException(String s,
Throwable cause,
Object target)
Constructs a
ConfigurationException with the specified
detail message. |
ConfigurationException(Throwable cause)
Constructs a
ConfigurationException with no detail message. |
ConfigurationException(Throwable cause,
Object target)
Constructs a
ConfigurationException with no detail message. |
getLocation, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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–2020 Apache Software Foundation. All rights reserved.