Class ProgressNotFoundException

All Implemented Interfaces:
Serializable

public class ProgressNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • ProgressNotFoundException

      public ProgressNotFoundException()
    • ProgressNotFoundException

      public ProgressNotFoundException(String message)
    • ProgressNotFoundException

      public ProgressNotFoundException(String message, Throwable cause)
    • ProgressNotFoundException

      public ProgressNotFoundException(Throwable cause)
    • ProgressNotFoundException

      public ProgressNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)