Class RemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.csshell.RemoteException
All Implemented Interfaces:
Serializable

public class RemoteException extends Exception
A remote exception.
Author:
igor@scictrl.com
See Also:
  • Constructor Details

    • RemoteException

      public RemoteException()

      Constructor for RemoteException.

    • RemoteException

      public RemoteException(Object instance, String s)

      Constructor for RemoteException.

      Parameters:
      instance - a Object object
      s - a String object
    • RemoteException

      public RemoteException(Object instance, String message, Throwable t)

      Constructor for RemoteException.

      Parameters:
      instance - a Object object
      message - a String object
      t - a Throwable object
  • Method Details

    • getInstance

      public Object getInstance()

      Getter for the field instance.

      Returns:
      a Object object