Class XmlSignatureNoKeyException

All Implemented Interfaces:
Serializable

public class XmlSignatureNoKeyException extends XmlSignatureException
Exception thrown when no key for signing is found.
See Also:
  • Constructor Details

    • XmlSignatureNoKeyException

      public XmlSignatureNoKeyException()
    • XmlSignatureNoKeyException

      public XmlSignatureNoKeyException(String message)
    • XmlSignatureNoKeyException

      public XmlSignatureNoKeyException(Throwable cause)
    • XmlSignatureNoKeyException

      public XmlSignatureNoKeyException(String message, Throwable cause)