xades4j
Class XAdES4jXMLSigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.XAdES4jXMLSigException
All Implemented Interfaces:
Serializable

public class XAdES4jXMLSigException
extends XAdES4jException

Thrown during sugnature production or verification when an error occurs that is relted to the core XML-DSIg processing and couldn't be further detailed.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
XAdES4jXMLSigException()
          Creates a new instance of XAdES4jXMLSigException without detail message.
XAdES4jXMLSigException(String msg)
          Constructs an instance of XAdES4jXMLSigException with the specified detail message.
XAdES4jXMLSigException(String message, Throwable cause)
          Constructs an instance of XAdES4jXMLSigException 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

XAdES4jXMLSigException

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


XAdES4jXMLSigException

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

Parameters:
msg - the detail message.

XAdES4jXMLSigException

public XAdES4jXMLSigException(String message,
                              Throwable cause)
Constructs an instance of XAdES4jXMLSigException with the specified detail message and cause.

Parameters:
message - the detail message.
cause - the cause.


Copyright © 2012. All Rights Reserved.