Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ValidationException
Thrown when an operation (such as update, or delete) expects a project, folder or resource to exist, but indeed does not exist.
See Also:
  • Field Details

  • Constructor Details

    • NotFoundException

      public NotFoundException(Ref ref)
    • NotFoundException

      public NotFoundException(Ref ref, Throwable cause)
    • NotFoundException

      public NotFoundException(String msg, Throwable cause)
      Parameters:
      cause -
    • NotFoundException

      public NotFoundException(String msg)
      Parameters:
      msg -