Class HandlerRequestMalformedException

    • Constructor Detail

      • HandlerRequestMalformedException

        public HandlerRequestMalformedException​(java.lang.String msg)
        Creates a new HandlerRequestMalformedException object.
        Parameters:
        msg - The message to associate with this exception.
      • HandlerRequestMalformedException

        public HandlerRequestMalformedException​(java.lang.Exception e)
        Creates a new HandlerRequestMalformedException object.
        Parameters:
        e - An inner Exception to associate with this exception.