org.glite.rgma
Class RGMASecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.rgma.RGMAException
org.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
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 |
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.