ClientExecuteExceptionpublic class ClientExecuteException extends Exception This exception reports errors in setting up an application client
for execution. |
Constructors Summary |
---|
public ClientExecuteException()Creates new ClientExecuteException without detail message.
| public ClientExecuteException(String msg)Constructs an ClientExecuteException with the
specified detail message.
super(msg);
|
|