Class LCRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.LCRException
- All Implemented Interfaces:
Serializable
public class LCRException extends PbadException
Esta classe representa uma exceção causada pela ausência de LCR.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
CRL_NOT_FOUND
static String
LCR_INVALID_ALGORITHM
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description LCRException(String message)
ConstrutorLCRException(String message, Exception cause)
ConstrutorLCRException(Throwable cause)
Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CRL_NOT_FOUND
- See Also:
- Constant Field Values
-
LCR_INVALID_ALGORITHM
- See Also:
- Constant Field Values
-
-
Constructor Details
-
LCRException
Construtor- Parameters:
cause
- A exceção que ocorreu durante a verificação
-
LCRException
Construtor- Parameters:
message
- A mensagem de erro
-
LCRException
Construtor- Parameters:
message
- A mensagem de errocause
- A exceção que ocorreu durante a verificação
-