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 LocalizableException
A mix-in interface which can be used to identify exceptions which support
localization.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the localizable message that explains the problem that occurred.
-
Method Details
-
getMessageObject
LocalizableMessage getMessageObject()Returns the localizable message that explains the problem that occurred.- Returns:
- The localizable message that explains the problem that occurred.
-