Package org.forgerock.opendj.security
Class LocalizedKeyStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.KeyStoreException
org.forgerock.opendj.security.LocalizedKeyStoreException
- All Implemented Interfaces:
Serializable,LocalizableException
public final class LocalizedKeyStoreException
extends KeyStoreException
implements LocalizableException
A localized
KeyStoreException.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the localizable message that explains the problem that occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessageObject
Description copied from interface:LocalizableExceptionReturns the localizable message that explains the problem that occurred.- Specified by:
getMessageObjectin interfaceLocalizableException- Returns:
- The localizable message that explains the problem that occurred.
-