Class MethodNotAllowedException

    • Constructor Detail

      • MethodNotAllowedException

        public MethodNotAllowedException()
      • MethodNotAllowedException

        public MethodNotAllowedException​(String msg)
        Parameters:
        msg - error text for client describing why the method is not allowed.
      • MethodNotAllowedException

        public MethodNotAllowedException​(String msg,
                                         Throwable cause)
        Parameters:
        msg - error text for client describing why the method is not allowed.
        cause - reason for the method not being allowed.