Class CategoryNotFoundException

All Implemented Interfaces:
Serializable

public class CategoryNotFoundException extends MTException
Exception thrown when a requested category is not found.
See Also:
  • Constructor Details

    • CategoryNotFoundException

      public CategoryNotFoundException(String message)
      Constructs a new CategoryNotFoundException with the specified detail message.
      Parameters:
      message - the detail message
    • CategoryNotFoundException

      public CategoryNotFoundException(String message, Throwable cause)
      Constructs a new CategoryNotFoundException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception