SMILA 1.0 API documentation

org.eclipse.smila.management.jmx.client.exceptions
Class ConfigurationLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.management.jmx.client.exceptions.ConfigurationLoadException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationLoadException
extends java.lang.Exception

The Class ConfigurationLoadException.

See Also:
Serialized Form

Constructor Summary
ConfigurationLoadException()
          Instantiates a new configuration load exception.
ConfigurationLoadException(java.lang.String message)
          Instantiates a new configuration load exception.
ConfigurationLoadException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new configuration load exception.
ConfigurationLoadException(java.lang.Throwable cause)
          Instantiates a new configuration load exception.
 
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

ConfigurationLoadException

public ConfigurationLoadException()
Instantiates a new configuration load exception.


ConfigurationLoadException

public ConfigurationLoadException(java.lang.String message)
Instantiates a new configuration load exception.

Parameters:
message - the message

ConfigurationLoadException

public ConfigurationLoadException(java.lang.Throwable cause)
Instantiates a new configuration load exception.

Parameters:
cause - the cause

ConfigurationLoadException

public ConfigurationLoadException(java.lang.String message,
                                  java.lang.Throwable cause)
Instantiates a new configuration load exception.

Parameters:
message - the message
cause - the cause

SMILA 1.0 API documentation