Class CAdESException

All Implemented Interfaces:
Serializable

public class CAdESException extends CMSException
Exception thrown when a CAdES builder cannot assemble a profile (e.g. the signing certificate cannot be digested, the configured signature policy is malformed, etc.). Sub-classes CMSException so callers that already catch CMS exceptions can keep doing so.
See Also:
  • Constructor Details

    • CAdESException

      public CAdESException(String msg)
    • CAdESException

      public CAdESException(String msg, Exception cause)