|
|||||||||
| 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.stellent.cis.common.exception.BaseRuntimeException
com.stellent.cis.client.command.CommandRuntimeException
public class CommandRuntimeException
Runtime exceptions that occur during command operations.
| Field Summary |
|---|
| Fields inherited from class com.stellent.cis.common.exception.BaseRuntimeException |
|---|
m_isWrapper |
| Constructor Summary | |
|---|---|
CommandRuntimeException()
|
|
CommandRuntimeException(java.lang.String message)
|
|
CommandRuntimeException(java.lang.String message,
java.lang.Throwable cause)
|
|
CommandRuntimeException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class com.stellent.cis.common.exception.BaseRuntimeException |
|---|
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 |
|---|
public CommandRuntimeException()
public CommandRuntimeException(java.lang.String message)
public CommandRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public CommandRuntimeException(java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||