Class ToBeSignedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.xades.exceptions.ToBeSignedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XadesToBeSignedException
Esta classe representa uma exceção que ocorreu durante o processo
de assinatura de um documento
- See Also:
-
Field Summary
Fields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionToBeSignedException(String message) ConstrutorToBeSignedException(String message, Throwable cause) ConstrutorToBeSignedException(Throwable cause) Construtor -
Method Summary
Methods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToBeSignedException
-
ToBeSignedException
-
ToBeSignedException
-
-
Method Details
-
getCause
-