Class ServiceException.NotFoundException

All Implemented Interfaces:
Serializable, org.kohsuke.stapler.HttpResponse
Enclosing class:
ServiceException

public static class ServiceException.NotFoundException extends ServiceException
Convenience exception classes modeled after HTTP exceptions
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable throwable)
    • NotFoundException

      public NotFoundException(ErrorMessage errorMessage)
    • NotFoundException

      public NotFoundException(ErrorMessage errorMessage, Throwable throwable)