Class CertificateBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.util.exception.ServiceException
com.suncode.pwfl.certificates.exceptions.CertificateBaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliasFormatException
,AliasPresenceException
,CertificateScanException
,CertificateSourceException
,KeystoreAccessException
,KeystorePasswordException
,NoSuchAliasException
Wyjątek bazowy dla rożnego rodzaju błędów przy operacjach
zwiąanych z certyfikatami.
Przechowuje informacje o tym, czy dany wyjątek powinien być
wyświetlany w logach oraz klucz tłumaczenia związany z komunikatem błędu.
- Author:
- Grzegorz Konowalczyk 2020-09-22
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateBaseException
(String message) CertificateBaseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CertificateBaseException
-
CertificateBaseException
-
-
Method Details
-
getMessageKey
-