com.sun.n1.sps.client
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by com.sun.n1.sps.client.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends ClientException

a CommandException results from an error while executing a command on the MasterServer.

See Also:
Serialized Form

Constructor Summary
CommandException(java.lang.String inMessage, java.lang.Throwable inCause)
           
CommandException(java.lang.Throwable inCause)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandException

public CommandException(java.lang.String inMessage,
                        java.lang.Throwable inCause)

CommandException

public CommandException(java.lang.Throwable inCause)