Class ManagedObjectNotFoundException

All Implemented Interfaces:
Serializable, LocalizableException

public final class ManagedObjectNotFoundException extends OperationsException
The requested managed object could not be located.
See Also:
  • Constructor Details

    • ManagedObjectNotFoundException

      public ManagedObjectNotFoundException()
      Create a managed object not found exception.
    • ManagedObjectNotFoundException

      public ManagedObjectNotFoundException(Throwable cause)
      Create a managed object not found exception with the specified cause.
      Parameters:
      cause - The cause of this exception.