Package org.italiangrid.voms.credential
Class FilePermissionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.italiangrid.voms.VOMSError
org.italiangrid.voms.credential.FilePermissionError
- All Implemented Interfaces:
Serializable
This error is raised when there is an attempt to load a credential which has
the wrong file permissions
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilePermissionError
(String message) FilePermissionError
(String message, Throwable cause) -
Method Summary
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:
-
-
Constructor Details
-
FilePermissionError
-
FilePermissionError
-