Class IdentifierNotExistsException

All Implemented Interfaces:
Serializable

The identifier does not exist.
See Also:
  • Constructor Details

    • IdentifierNotExistsException

      public IdentifierNotExistsException(String msg, String identifierName)
      Constructs an instance of IdentifierNotExistsException with the specified detail message.
      Parameters:
      msg - the detail message.
      identifierName - the name of the identifier
  • Method Details