Class CertificateCollectionException
java.lang.Object
java.lang.Throwable
br.ufsc.labsec.signature.exceptions.CertificateCollectionException
- All Implemented Interfaces:
Serializable
public class CertificateCollectionException extends Throwable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
CERTIFICATE_NOT_FOUND
-
Constructor Summary
Constructors Constructor Description CertificateCollectionException()
CertificateCollectionException(String message)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CERTIFICATE_NOT_FOUND
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CertificateCollectionException
-
CertificateCollectionException
public CertificateCollectionException()
-