Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ExecutorException
This exception is used to wrap and propagate 404 (Not Found) HTTP exceptions up the stack.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(Throwable throwable)
    • NotFoundException

      public NotFoundException()