org.netbeans.modules.j2ee.deployment.common.api
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.modules.j2ee.deployment.common.api.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends Exception
ConfigurationException occurs if there is a problem with the server-specific
configuration.
- Since:
- 1.23
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException(String message)
- Constructs a new ConfigurationException with a message describing the error.
- Parameters:
message - describing the error. The message should be localized so that
it can be displayed to the user.
ConfigurationException
public ConfigurationException(String message,
Throwable cause)
- Constructs a new ConfigurationException with a message and cause of the error.
- Parameters:
message - describing the error. The message should be localized so that
it can be displayed to the user.cause - the cause of the error.