Class EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.exceptions.EncodingException
- All Implemented Interfaces:
Serializable
Exceção de uso geral responsável por alertar casos onde não foi possível instanciar ou executar um método de
um objeto de uma biblioteca ou quando ocorre um problema durante a extração dos bytes de uma assinatura
ou de um certificado
- See Also:
-
Field Summary
Fields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionEncodingException(String message) EncodingException(String message, Throwable cause) EncodingException(Throwable cause) -
Method Summary
Methods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncodingException
-
EncodingException
-
EncodingException
-