Class SigningPolicyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SigningPolicyException
    extends java.security.GeneralSecurityException
    This exception signals an error with the Signing Policy.
    Since:
    1.0
    Version:
    ${version}
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SigningPolicyException

        public SigningPolicyException​(java.lang.String msg)
      • SigningPolicyException

        public SigningPolicyException​(java.lang.String msg,
                                      java.lang.Throwable ex)
      • SigningPolicyException

        public SigningPolicyException​(java.lang.Throwable ex)