com.stellent.cis.client.command
Class CommandCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stellent.cis.common.exception.BaseException
              extended by com.stellent.cis.client.command.CommandException
                  extended by com.stellent.cis.client.command.CommandCreateException
All Implemented Interfaces:
java.io.Serializable

public class CommandCreateException
extends CommandException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stellent.cis.client.command.CommandException
BADPARAM_ERROR, FRAMEWORK_ERROR, REPOSITORY_ERROR
 
Fields inherited from class com.stellent.cis.common.exception.BaseException
m_isWrapper
 
Constructor Summary
CommandCreateException()
           
CommandCreateException(java.lang.String message)
           
CommandCreateException(java.lang.String message, java.lang.Throwable cause)
           
CommandCreateException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.stellent.cis.client.command.CommandException
getRootCause, getType
 
Methods inherited from class com.stellent.cis.common.exception.BaseException
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

CommandCreateException

public CommandCreateException()

CommandCreateException

public CommandCreateException(java.lang.String message)

CommandCreateException

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

CommandCreateException

public CommandCreateException(java.lang.Throwable cause)