Class IdentityNotFoundException

All Implemented Interfaces:
Serializable

public class IdentityNotFoundException extends PersistenceRuntimeException
INTERNAL: Thrown when an object was not found in the database.

See Also:
  • Field Details

  • Constructor Details

    • IdentityNotFoundException

      public IdentityNotFoundException(IdentityIF identity)
    • IdentityNotFoundException

      public IdentityNotFoundException(String message, IdentityIF identity)
  • Method Details