javassist.tools.rmi

Class RemoteException

public class RemoteException extends RuntimeException

RemoteException represents any exception thrown during remote method invocation.
Constructor Summary
RemoteException(String msg)
RemoteException(Exception e)

Constructor Detail

RemoteException

public RemoteException(String msg)

RemoteException

public RemoteException(Exception e)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.