Class ReadOnlyRepositoryException

    • Constructor Detail

      • ReadOnlyRepositoryException

        public ReadOnlyRepositoryException​(String path,
                                           int statusCode,
                                           String msg)
        Instantiates a new Read only repository exception.
        Parameters:
        path - the path
        statusCode - the status code
        msg - the msg
      • ReadOnlyRepositoryException

        public ReadOnlyRepositoryException​(String path,
                                           int statusCode,
                                           String msg,
                                           Throwable cause)
        Instantiates a new Read only repository exception.
        Parameters:
        path - the path
        statusCode - the status code
        msg - the msg
        cause - the cause