org.apache.geronimo.gshell.remote.client
Class RemoteExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geronimo.gshell.remote.client.RemoteExecuteException
- All Implemented Interfaces:
- Serializable
public class RemoteExecuteException
- extends RuntimeException
Thrown on the client-side when an fault was read from the remote shell during execution.
- Version:
- $Rev: 578540 $ $Date: 2007-09-22 19:29:25 -0700 (Sat, 22 Sep 2007) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteExecuteException
public RemoteExecuteException(String msg,
Throwable cause)
RemoteExecuteException
public RemoteExecuteException(String msg)
RemoteExecuteException
public RemoteExecuteException(Throwable cause)
RemoteExecuteException
public RemoteExecuteException()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.