Package org.apache.struts2.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.struts2.StrutsException
org.apache.struts2.config.ConfigurationException
- All Implemented Interfaces:
Serializable
,Locatable
ConfigurationException
- Author:
- Jason Carreira
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aConfigurationException
with no detail message.Constructs aConfigurationException
with the specified detail message.ConfigurationException
(String s, Object target) Constructs aConfigurationException
with the specified detail message.ConfigurationException
(String s, Throwable cause) Constructs aConfigurationException
with the specified detail message.ConfigurationException
(String s, Throwable cause, Object target) Constructs aConfigurationException
with the specified detail message.ConfigurationException
(Throwable cause) Constructs aConfigurationException
with no detail message.ConfigurationException
(Throwable cause, Object target) Constructs aConfigurationException
with no detail message. -
Method Summary
Methods inherited from class org.apache.struts2.StrutsException
getLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConfigurationException
public ConfigurationException()Constructs aConfigurationException
with no detail message. -
ConfigurationException
Constructs aConfigurationException
with the specified detail message.- Parameters:
s
- the detail message.
-
ConfigurationException
Constructs aConfigurationException
with the specified detail message.- Parameters:
s
- the detail message.target
- the target object
-
ConfigurationException
Constructs aConfigurationException
with no detail message.- Parameters:
cause
- the cause of the exception
-
ConfigurationException
Constructs aConfigurationException
with no detail message.- Parameters:
cause
- the cause of the exceptiontarget
- the target object
-
ConfigurationException
Constructs aConfigurationException
with the specified detail message.- Parameters:
s
- the detail message.cause
- the cause of the exception
-
ConfigurationException
Constructs aConfigurationException
with the specified detail message.- Parameters:
s
- the detail message.cause
- the cause of the exceptiontarget
- the target object
-