org.globus.replica.rls
Class RLSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.globus.replica.rls.RLSException
All Implemented Interfaces:
java.io.Serializable

public class RLSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RLSException(int rc)
           
RLSException(int rc, java.lang.String msg)
           
 
Method Summary
 int GetRC()
           
 
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

RLSException

public RLSException(int rc)

RLSException

public RLSException(int rc,
                    java.lang.String msg)
Method Detail

GetRC

public int GetRC()