org.glite.slcs
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.slcs.SLCSException
              extended by org.glite.slcs.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends SLCSException

RemoteException is the EGEE exception to describe a problem to contact the service. You might want to try again.

Version:
$Revision: 1.3 $
Author:
Valery Tschopp
See Also:
Serialized Form

Constructor Summary
RemoteException()
           
RemoteException(java.lang.String arg0)
           
RemoteException(java.lang.String arg0, java.lang.Throwable arg1)
           
RemoteException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException()

RemoteException

public RemoteException(java.lang.String arg0)

RemoteException

public RemoteException(java.lang.String arg0,
                       java.lang.Throwable arg1)

RemoteException

public RemoteException(java.lang.Throwable arg0)