javassist.tools.rmi
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javassist.tools.rmi.RemoteException
- All Implemented Interfaces:
- Serializable
public class RemoteException
- extends RuntimeException
RemoteException
represents any exception thrown
during remote method invocation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteException
public RemoteException(String msg)
RemoteException
public RemoteException(Exception e)
Copyright © 2011. All Rights Reserved.