Package org.italiangrid.voms.request
Class VOMSProtocolError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.italiangrid.voms.VOMSError
org.italiangrid.voms.request.VOMSProtocolError
- All Implemented Interfaces:
Serializable
Exception used when errors are raised during the interaction with a
(possibly) remote VOMS server.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final eu.emi.security.authn.x509.X509Credential
The credential related with this errorprivate final VOMSACRequest
The request that is related with this errorprivate static final long
private final VOMSServerInfo
The VOMS server endpoint information related with this error -
Constructor Summary
ConstructorsConstructorDescriptionVOMSProtocolError
(String message, VOMSServerInfo serv, VOMSACRequest req, eu.emi.security.authn.x509.X509Credential cred, Throwable c) -
Method Summary
Modifier and TypeMethodDescriptioneu.emi.security.authn.x509.X509Credential
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
request
The request that is related with this error -
credential
private final eu.emi.security.authn.x509.X509Credential credentialThe credential related with this error -
serverInfo
The VOMS server endpoint information related with this error
-
-
Constructor Details
-
VOMSProtocolError
public VOMSProtocolError(String message, VOMSServerInfo serv, VOMSACRequest req, eu.emi.security.authn.x509.X509Credential cred, Throwable c)
-
-
Method Details
-
getRequest
- Returns:
- the request that is related with this error
-
getCredential
public eu.emi.security.authn.x509.X509Credential getCredential()- Returns:
- the client credential related with this error
-
getServerInfo
- Returns:
- the VOMS serverInfo related with this error
-