org.netbeans.modules.j2eeserver/4 1.55.0 1

org.netbeans.modules.j2ee.deployment.common.api
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ConfigurationException(String message)
          Constructs a new ConfigurationException with a message describing the error.
ConfigurationException(String message, Throwable cause)
          Constructs a new ConfigurationException with a message and cause of the error.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

org.netbeans.modules.j2eeserver/4 1.55.0 1

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.