Package org.forgerock.i18n
Interface LocalizableException
- 
- All Known Implementing Classes:
 AbortedChangelogCursorException,AbortedChangelogCursorException.ClearedChangelogCursorException,AbortedChangelogCursorException.PurgedChangelogCursorException,AciException,AdminException,AssertionFailureException,AuthenticationException,AuthorizationException,BackupException,CancelledResultException,ChangelogException,ConcurrentModificationException,ConfigException,ConflictingSchemaElementException,ConnectionException,ConstraintViolationException,CorruptedEntryException,CryptoManagerException,DecodeException,DecodingException,DefinitionDecodingException,DisconnectException,EmbeddedDirectoryServerException,EntryNotFoundException,ExpressionException,IllegalManagedObjectNameException,InitializationException,LdapException,LDIFException,LocalizedHttpApplicationException,LocalizedIllegalArgumentException,LocalizedKeyStoreException,ManagedObjectAlreadyExistsException,ManagedObjectDecodingException,ManagedObjectNotFoundException,MissingMandatoryPropertiesException,MultipleEntriesFoundException,OpenDsException,OperationRejectedException,OperationsException,PropertyException,PropertyNotFoundException,PurgedReplicaDbException,ReferralException,ServerManagedObjectDecodingException,SetupException,TaskClientException,TimeoutResultException,UnknownSchemaElementException
public interface LocalizableExceptionA mix-in interface which can be used to identify exceptions which support localization. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizableMessagegetMessageObject()Returns the localizable message that explains the problem that occurred. 
 - 
 
- 
- 
Method Detail
- 
getMessageObject
LocalizableMessage getMessageObject()
Returns the localizable message that explains the problem that occurred.- Returns:
 - The localizable message that explains the problem that occurred.
 
 
 - 
 
 -