org.glite.rgma
Class RemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.rgma.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends java.lang.Exception

An exception thrown when the API is unable to contact a service (e.g. Producer, Consumer).

See Also:
Serialized Form

Constructor Summary
RemoteException()
          Creates a new RemoteException object.
RemoteException(java.lang.String message)
          Creates a new RemoteException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException()
Creates a new RemoteException object.


RemoteException

public RemoteException(java.lang.String message)
Creates a new RemoteException object.

Parameters:
message - Error message