Class EntityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class EntityNotFoundException
    extends Exception
    EntityNotFoundException is thrown when no Entity with the specified Key could be found.
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException​(Key key)
    • Method Detail

      • getKey

        public Key getKey()