Class NotFound

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotFound
    extends Result
    404 not found
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotFound​(java.lang.String why)  
      NotFound​(java.lang.String method, java.lang.String path)  
    • Constructor Detail

      • NotFound

        public NotFound​(java.lang.String why)
        Parameters:
        why - a description of the problem
      • NotFound

        public NotFound​(java.lang.String method,
                        java.lang.String path)
        Parameters:
        method - routed method
        path - routed path