Class InvalidIdException

  • All Implemented Interfaces:
    Serializable

    public class InvalidIdException
    extends NitriteException
    Exception thrown when an invalid ID is encountered.
    Since:
    1.0
    Author:
    Anindya Chatterjee
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidIdException

        public InvalidIdException​(String message)
        Instantiates a new Invalid id exception.
        Parameters:
        message - the message
      • InvalidIdException

        public InvalidIdException​(String message,
                                  Throwable cause)
        Instantiates a new Invalid id exception.
        Parameters:
        message - the message
        cause - the cause