|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.starteam.exceptions.ServerException
com.starteam.exceptions.CommandAbortedException
public final class CommandAbortedException
The CommandAbortedException class is intended to be used to cause a command to be aborted in NetMonitor.
NetMonitor,
ServerCommandListener,
ServerCommandEvent,
Serialized Form| Constructor Summary | |
|---|---|
CommandAbortedException(java.lang.String sErrorMessage)
Creates a new exception that can be used to be thrown to intentionally cause NetMonitor to abort before or after a particular command is executed. |
|
| Method Summary |
|---|
| Methods inherited from class com.starteam.exceptions.ServerException |
|---|
getAuxData, getAuxKeys, getClassName, getErrorCode, getErrorMessage, getErrorSource, getLogEntry, getMessage, getNonLocalizedMessage, getServer, getTimeLogged, isLogged, setErrorMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandAbortedException(java.lang.String sErrorMessage)
sErrorMessage - the error message for this exceptionServerCommandListener.start(com.starteam.events.ServerCommandEvent),
ServerCommandListener.end(com.starteam.events.ServerCommandEvent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||