Package org.globus.gsi
Class SigningPolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.globus.gsi.SigningPolicyException
-
- All Implemented Interfaces:
Serializable
public class SigningPolicyException extends GeneralSecurityException
This exception signals an error with the Signing Policy.- Since:
- 1.0
- Version:
- ${version}
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SigningPolicyException(String msg)
SigningPolicyException(String msg, Throwable ex)
SigningPolicyException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-