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, LocalizedIllegalArgumentException, LocalizedKeyStoreException, LocalizedSecurityException, ManagedObjectAlreadyExistsException, ManagedObjectDecodingException, ManagedObjectNotFoundException, MissingMandatoryPropertiesException, MultipleEntriesFoundException, OpenDsException, OperationRejectedException, OperationsException, PasswordEncodingException, 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
-