Uses of Class
org.italiangrid.voms.VOMSError
-
Packages that use VOMSError Package Description org.italiangrid.voms.credential This package provides the API for loading user credentials.org.italiangrid.voms.request This package provides the API for requesting VOMS attribtues from a remote VOMS server. -
-
Uses of VOMSError in org.italiangrid.voms.credential
Subclasses of VOMSError in org.italiangrid.voms.credential Modifier and Type Class Description class
FilePermissionError
This error is raised when there is an attempt to load a credential which has the wrong file permissions -
Uses of VOMSError in org.italiangrid.voms.request
Subclasses of VOMSError in org.italiangrid.voms.request Modifier and Type Class Description class
VOMSProtocolError
Exception used when errors are raised during the interaction with a (possibly) remote VOMS server.
-