public class CommandResult extends Object
CommandResult(boolean success)
CommandResult(boolean success, Object result, Throwable exception)
Throwable
getException()
Object
getResult()
boolean
isSuccess()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CommandResult(boolean success)
public CommandResult(boolean success, Object result, Throwable exception)
public boolean isSuccess()
public Object getResult()
public Throwable getException()
public String toString()
toString