org.glite.rgma
Class RGMABufferFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.rgma.RGMAException
              extended by org.glite.rgma.RGMABufferFullException
All Implemented Interfaces:
java.io.Serializable

public class RGMABufferFullException
extends RGMAException

Exception thrown when an R-GMA producer fails to insert tuples because its buffer is full.

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

RGMABufferFullException

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

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

RGMABufferFullException

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

Parameters:
message - Error message.

RGMABufferFullException

public RGMABufferFullException()
Constructs an empty RGMABufferFullException object.