org.sandev.basics.nodecommon
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.basics.structs.SandException
              extended byorg.sandev.basics.nodecommon.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends SandException

Base class for all control related exception conditions.

See Also:
Serialized Form

Constructor Summary
ConfigException()
           
ConfigException(java.lang.String msg)
           
ConfigException(java.lang.String msg, java.lang.Throwable cause)
           
ConfigException(java.lang.Throwable cause)
           
 
Methods inherited from class org.sandev.basics.structs.SandException
getRootCause
 
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

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String msg)

ConfigException

public ConfigException(java.lang.String msg,
                       java.lang.Throwable cause)

ConfigException

public ConfigException(java.lang.Throwable cause)