Package org.scictrl.csshell
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.csshell.RemoteException
- All Implemented Interfaces:
Serializable
A remote exception.
- Author:
- igor@scictrl.com
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for RemoteException.RemoteException
(Object instance, String s) Constructor for RemoteException.RemoteException
(Object instance, String message, Throwable t) Constructor for RemoteException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteException
public RemoteException()Constructor for RemoteException.
-
RemoteException
Constructor for RemoteException.
-
RemoteException
Constructor for RemoteException.
-
-
Method Details
-
getInstance
Getter for the field
instance
.- Returns:
- a
Object
object
-