Class ModelNotFoundException

All Implemented Interfaces:
Serializable

public class ModelNotFoundException extends ModelException
Thrown when the specified model is not found.
Since:
2.2
See Also:
  • Constructor Details

    • ModelNotFoundException

      public ModelNotFoundException(String message)
      Constructs a ModelNotFoundException with the specified path and message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).