Class ObjectMappingException

  • All Implemented Interfaces:
    Serializable

    public class ObjectMappingException
    extends NitriteException
    Exception thrown when there is an error mapping an object to a document or vice versa.
    Since:
    1.0
    Author:
    Anindya Chatterjee.
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectMappingException

        public ObjectMappingException​(String message)
        Instantiates a new Object mapping exception.
        Parameters:
        message - the message
      • ObjectMappingException

        public ObjectMappingException​(String message,
                                      Throwable cause)
        Instantiates a new Object mapping exception.
        Parameters:
        message - the message
        cause - the inner cause