xades4j
Class XAdES4jException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.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:
Serialized Form

Constructor Summary
XAdES4jException()
          Creates a new instance of XAdES4jException without detail message.
XAdES4jException(String msg)
          Constructs an instance of XAdES4jException with the specified detail message.
XAdES4jException(String message, Throwable cause)
          Constructs an instance of XAdES4jException with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

XAdES4jException

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


XAdES4jException

public XAdES4jException(String msg)
Constructs an instance of XAdES4jException with the specified detail message.

Parameters:
msg - the detail message.

XAdES4jException

public 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


Copyright © 2012. All Rights Reserved.