xades4j.production
Class KeyingDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.