Class ModelNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ModelNotFoundException
    extends Exception
    An exception that is thrown when there is no model having matching UUID.
    Since:
    9.10.3
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelNotFoundException

        public ModelNotFoundException​(UUID modelUUID)
        Constructs a new ModelNotFoundException.
        Parameters:
        modelUUID - the model unique identifier
        Since:
        9.10.3