Class Found

    • Constructor Detail

      • Found

        public Found()
        Create a 'Found' HTTP Response.
      • Found

        public Found​(Throwable t)
        Create a 'Found' HTTP Response with an underlying cause.
        Parameters:
        t - underlying cause
      • Found

        public Found​(String m)
        Create a 'Found' HTTP Response with a custom message in the body.
        Parameters:
        m - custom response message
      • Found

        public Found​(String m,
                     Throwable t)
        Create a 'Found' HTTP Response with a custom message in the body and an underlying cause.
        Parameters:
        m - custom response message
        t - underlying cause