com.stellent.cis.client.command
Class CommandConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.stellent.cis.common.exception.BaseRuntimeException
                  extended by com.stellent.cis.client.command.CommandConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class CommandConfigurationException
extends BaseRuntimeException

Base exception class for configuration errors in the command layer.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stellent.cis.common.exception.BaseRuntimeException
m_isWrapper
 
Constructor Summary
CommandConfigurationException()
           
CommandConfigurationException(java.lang.String message)
           
CommandConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
CommandConfigurationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.stellent.cis.common.exception.BaseRuntimeException
isWrapper
 
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

CommandConfigurationException

public CommandConfigurationException()

CommandConfigurationException

public CommandConfigurationException(java.lang.String message)

CommandConfigurationException

public CommandConfigurationException(java.lang.String message,
                                     java.lang.Throwable cause)

CommandConfigurationException

public CommandConfigurationException(java.lang.Throwable cause)