ncsa.tools.elf.core.exceptions
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.elf.core.exceptions.BaseElfException
              extended byncsa.tools.elf.core.exceptions.ErrorCodeException
                  extended byncsa.tools.elf.core.exceptions.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends ErrorCodeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ncsa.tools.elf.core.exceptions.ErrorCodeException
errorCode
 
Constructor Summary
ConfigurationException(int errorCode, java.lang.String message)
           
ConfigurationException(int errorCode, java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class ncsa.tools.elf.core.exceptions.ErrorCodeException
getErrorCode
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(int errorCode,
                              java.lang.String message,
                              java.lang.Throwable cause)

ConfigurationException

public ConfigurationException(int errorCode,
                              java.lang.String message)