Class OperationsException

All Implemented Interfaces:
Serializable, LocalizableException
Direct Known Subclasses:
ConcurrentModificationException, DecodingException, IllegalManagedObjectNameException, ManagedObjectAlreadyExistsException, ManagedObjectNotFoundException, MissingMandatoryPropertiesException, PropertyNotFoundException

public abstract class OperationsException extends AdminException
Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.
See Also:
  • Constructor Details

    • OperationsException

      protected OperationsException(LocalizableMessage message, Throwable cause)
      Create an operations exception with a message and cause.
      Parameters:
      message - The message.
      cause - The cause.
    • OperationsException

      protected OperationsException(LocalizableMessage message)
      Create an operations exception with a message.
      Parameters:
      message - The message.