Package org.forgerock.opendj.config
Class OperationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.config.AdminException
org.forgerock.opendj.config.OperationsException
- All Implemented Interfaces:
Serializable
,LocalizableException
- Direct Known Subclasses:
ConcurrentModificationException
,DecodingException
,IllegalManagedObjectNameException
,ManagedObjectAlreadyExistsException
,ManagedObjectNotFoundException
,MissingMandatoryPropertiesException
,PropertyNotFoundException
Exceptions thrown as a result of errors that occurred when reading, listing,
and modifying managed objects.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
OperationsException
(LocalizableMessage message) Create an operations exception with a message.protected
OperationsException
(LocalizableMessage message, Throwable cause) Create an operations exception with a message and cause. -
Method Summary
Methods inherited from class org.forgerock.opendj.config.AdminException
getMessageObject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationsException
Create an operations exception with a message and cause.- Parameters:
message
- The message.cause
- The cause.
-
OperationsException
Create an operations exception with a message.- Parameters:
message
- The message.
-