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 localizedKeyStoreException.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizableMessagegetMessageObject()Returns 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 Detail
- 
getMessageObject
public LocalizableMessage 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.
 
 
 - 
 
 -