org.glite.rgma
Class CompatibilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.rgma.RGMAException
org.glite.rgma.CompatibilityException
- All Implemented Interfaces:
- java.io.Serializable
public class CompatibilityException
- extends org.glite.rgma.RGMAException
Class CompatibilityException
- See Also:
- Serialized Form
Fields inherited from class org.glite.rgma.RGMAException |
RGMA_BUFFER_FULL_EXCEPTION, RGMA_BUSY_EXCEPTION, RGMA_EXCEPTION, RGMA_NO_WORKING_REPLICAS_EXCEPTION, RGMA_SECURITY_EXCEPTION, RGMA_USER_EXCEPTION |
Methods inherited from class org.glite.rgma.RGMAException |
getCause, getErrorNumber, getMessage, getNumSuccessfulOps, setNumSuccessfulOps |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompatibilityException
public CompatibilityException(int errNo,
java.lang.String message,
java.lang.Throwable cause)
- Parameters:
errNo
- message
- cause
-
CompatibilityException
public CompatibilityException(int errNo,
java.lang.String message)
- Parameters:
errNo
- message
-
CompatibilityException
public CompatibilityException(int errNo)
- Parameters:
errNo
-