org.glite.rgma
Class RGMASecurityException

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

public class RGMASecurityException
extends RGMAException

Exception thrown when R-GMA fails due to a security error (e.g. user certificate not found, user not authorized).

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

RGMASecurityException

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

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

RGMASecurityException

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

Parameters:
message - Error message.

RGMASecurityException

public RGMASecurityException()
Constructs an empty RGMASecurityException object.