Class InvalidPrimaryKeyException

All Implemented Interfaces:
Serializable

public final class InvalidPrimaryKeyException extends RuntimeException
Exception thrown when a PrimaryKey does not respect the syntax of the internal String representation of primary keys.
See Also:
  • Constructor Details

    • InvalidPrimaryKeyException

      public InvalidPrimaryKeyException(String aMessage)