Package xades4j

Class XAdES4jException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotAddDataToDigestInputException, CertificateValidationException, InvalidFormExtensionException, InvalidSignatureException, KeyingDataException, MarshalException, PropertyDataGenerationException, PropertyDataStructureException, TimeStampTokenGenerationException, TimeStampTokenVerificationException, UnexpectedJCAException, UnmarshalException, UnsupportedAlgorithmException, ValidationDataException, XAdES4jXMLSigException, XadesProfileResolutionException

public abstract class XAdES4jException extends Exception
Base class for all the library exceptions.
Author:
Luís
See Also:
  • Constructor Details

    • XAdES4jException

      protected XAdES4jException()
      Creates a new instance of XAdES4jException without detail message.
    • XAdES4jException

      protected XAdES4jException(String msg)
      Constructs an instance of XAdES4jException with the specified detail message.
      Parameters:
      msg - the detail message.
    • XAdES4jException

      protected XAdES4jException(Throwable cause)
      Constructs an instance of XAdES4jException with the specified cause.
      Parameters:
      cause - the cause.
    • XAdES4jException

      protected XAdES4jException(String message, Throwable cause)
      Constructs an instance of XAdES4jException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause