xades4j.production
Class KeyingDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.production.KeyingDataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SigningCertChainException, SigningCertRequirementException, SigningKeyException

public class KeyingDataException
extends XAdES4jException

Base class for exceptions related to tha signing key and certificate chain.

Author:
Luís
See Also:
Serialized Form

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

KeyingDataException

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


KeyingDataException

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

Parameters:
msg - the detail message.

KeyingDataException

public KeyingDataException(String message,
                           Throwable cause)


Copyright © 2012. All Rights Reserved.