|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.management.cli.CommandServiceException
public class CommandServiceException
Indicates exceptions while accessing/creating a Command Service which can be used to process GemFire Line Interface (CLI) commands using Java APIs.
| Constructor Summary | |
|---|---|
CommandServiceException(String message)
Creates a CommandServiceException with specified message |
|
CommandServiceException(String message,
Throwable cause)
Creates a CommandServiceException with specified message & cause |
|
CommandServiceException(Throwable cause)
Creates a CommandServiceException with specified cause |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandServiceException(String message,
Throwable cause)
CommandServiceException with specified message & cause
message - error message relevant to the exceptioncause - cause of this exception, if anypublic CommandServiceException(String message)
CommandServiceException with specified message
message - error message relevant to the exceptionpublic CommandServiceException(Throwable cause)
CommandServiceException with specified cause
cause - cause of this exception, if any
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||