csdk.v1_0.api.command
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.api.core.CSDKException
              extended by csdk.v1_0.api.command.CommandException
All Implemented Interfaces:
Serializable

public class CommandException
extends CSDKException

Exceção padrão lançada pelas aplicações ao executar comandos via CSDK.

See Also:
Serialized Form

Constructor Summary
protected CommandException()
          Construtor.
  CommandException(String message)
          Construtor
  CommandException(String message, Throwable cause)
          Construtor
  CommandException(Throwable cause)
          Construtor
 
Method Summary
 
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

CommandException

public CommandException(String message,
                        Throwable cause)
Construtor

Parameters:
message - mensagem
cause - causa

CommandException

public CommandException(String message)
Construtor

Parameters:
message - mensagem

CommandException

public CommandException(Throwable cause)
Construtor

Parameters:
cause - causa.

CommandException

protected CommandException()
Construtor.



Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.