org.glite.rgma
Class RGMAUserException

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

public class RGMAUserException
extends RGMAException

Exception thrown when R-GMA fails due to a user error (e.g. incorrect parameters, invalid SQL).

See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
RGMAUserException()
          Constructs an empty RGMAUserException object.
RGMAUserException(java.lang.String message)
          Constructs an RGMAUserException object.
RGMAUserException(java.lang.String message, java.lang.Throwable cause)
          Constructs an RGMAUserException object.
 
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
 

Constructor Detail

RGMAUserException

public RGMAUserException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs an RGMAUserException object.

Parameters:
message - Error message.
cause - Root cause.

RGMAUserException

public RGMAUserException(java.lang.String message)
Constructs an RGMAUserException object.

Parameters:
message - Error message.

RGMAUserException

public RGMAUserException()
Constructs an empty RGMAUserException object.