Package javassist.tools.rmi
Class RemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javassist.tools.rmi.RemoteException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteException extends java.lang.RuntimeException
RemoteException
represents any exception thrown during remote method invocation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
default serialVersionUID
-
Constructor Summary
Constructors Constructor Description RemoteException(java.lang.Exception e)
RemoteException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
default serialVersionUID- See Also:
- Constant Field Values
-
-