Class MLResourceNotFoundException

All Implemented Interfaces:
Serializable

public class MLResourceNotFoundException extends MLException
This exception is thrown when a resource is not found. Won't count this exception in stats.
See Also:
  • Constructor Details

    • MLResourceNotFoundException

      public MLResourceNotFoundException(String message)
      Constructor with error message.
      Parameters:
      message - message of the exception
    • MLResourceNotFoundException

      public MLResourceNotFoundException(Throwable cause)
      Constructor with specified cause.
      Parameters:
      cause - exception cause