org.apache.geronimo.gshell.remote.client
Class RemoteExecuteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RemoteExecuteException()
           
RemoteExecuteException(String msg)
           
RemoteExecuteException(String msg, Throwable cause)
           
RemoteExecuteException(Throwable 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.