Class LpaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.exceptions.LpaException
- All Implemented Interfaces:
Serializable
Esta classe representa uma exceção que ocorre na manipulação
da Lista de Políticas de Assinatura
- See Also:
-
Field Summary
Fields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionLpaException(String message) ConstrutorLpaException(String message, StackTraceElement[] stackTrace) ConstrutorLpaException(String message, Throwable cause) ConstrutorLpaException(Throwable cause) Construtor -
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
-
LpaException
-
LpaException
-
LpaException
-
LpaException
Construtor- Parameters:
message- A mensagem de errostackTrace- O stack trace da exceção que ocorreu
-