Class ModelMismatchException

All Implemented Interfaces:
Serializable

public class ModelMismatchException extends EPExException
ModelMismatchException The model requested does not match the model retrieved.
See Also:
  • Constructor Details

    • ModelMismatchException

      public ModelMismatchException(String requireModelReference, String foundModelReference)
    • ModelMismatchException

      public ModelMismatchException(String requireModelReference, String foundModelReference, Throwable cause)