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
,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 LocalizableException
A 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 LocalizableMessage
getMessageObject()
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.
-
-