Class cornell.slk.jkernel.core.RemoteException
Source code
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----cornell.slk.compiler.util.ExceptionNest
|
+----cornell.slk.jkernel.core.RemoteException
- Subclasses:
- RemoteDeath
- public class RemoteException
- extends cornell.slk.compiler.util.ExceptionNest
Fields inherited from class cornell.slk.compiler.util.ExceptionNest
|
inner, outerMessage |
Fields inherited from class java.lang.Throwable
|
backtrace, detailMessage, serialVersionUID |
Methods inherited from class cornell.slk.compiler.util.ExceptionNest
|
getInner, getMessage, getOuterMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object
|
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
RemoteException
public RemoteException()
RemoteException
public RemoteException(java.lang.String msg)
RemoteException
public RemoteException(java.lang.Throwable inner)
RemoteException
public RemoteException(java.lang.Throwable inner,
java.lang.String msg)