Class DesignDocumentDoesNotExistException

  • All Implemented Interfaces:
    Serializable

    public class DesignDocumentDoesNotExistException
    extends DesignDocumentException
    Exception to indicate that Design document does not exist in the server
    Since:
    2.4.0
    Author:
    Subhashni Balakrishnan
    See Also:
    Serialized Form
    • Constructor Detail

      • DesignDocumentDoesNotExistException

        public DesignDocumentDoesNotExistException()
      • DesignDocumentDoesNotExistException

        public DesignDocumentDoesNotExistException​(String message)
      • DesignDocumentDoesNotExistException

        public DesignDocumentDoesNotExistException​(String message,
                                                   Throwable cause)
      • DesignDocumentDoesNotExistException

        public DesignDocumentDoesNotExistException​(Throwable cause)