org.shiftone.exq.impl.config
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.shiftone.exq.QException
              extended byorg.shiftone.exq.impl.config.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends QException

Class ConfigException

Author:
Jeff Drost
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ConfigException(java.lang.String message)
          Constructor ConfigException
ConfigException(java.lang.String message, java.lang.Throwable rootCause)
          Constructor ConfigException
 
Methods inherited from class org.shiftone.exq.QException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(java.lang.String message)
Constructor ConfigException

Parameters:
message -

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable rootCause)
Constructor ConfigException

Parameters:
message -
rootCause -