Class CounterSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.cades.exceptions.CounterSignatureException
- All Implemented Interfaces:
Serializable
public class CounterSignatureException extends PbadException
Esta classe representa uma exceção que ocorre na manipulação
de contra-assinaturas
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringCOUNTER_SIGNER_NOT_FOUNDstatic StringNOT_EXIST_COUNTERSIGNATUREstatic StringSIGNING_CERTIFICATE_NOT_FOUNDFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors Constructor Description CounterSignatureException(String message)ConstrutorCounterSignatureException(String message, Throwable cause)ConstrutorCounterSignatureException(Throwable cause)Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCriticalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NOT_EXIST_COUNTERSIGNATURE
- See Also:
- Constant Field Values
-
COUNTER_SIGNER_NOT_FOUND
- See Also:
- Constant Field Values
-
SIGNING_CERTIFICATE_NOT_FOUND
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CounterSignatureException
Construtor- Parameters:
message- A mensagem de erro
-
CounterSignatureException
Construtor- Parameters:
cause- A exceção que ocorreu
-
CounterSignatureException
Construtor- Parameters:
message- A mensagem de errocause- A exceção que ocorreu
-