Class ModelMismatchException

All Implemented Interfaces:
Serializable

public class ModelMismatchException extends EPExException
ModelMismatchException The model requested does not match the model retrieved. Note: Only process models with autoscaling mode enabled are compatible with this class.
See Also:
  • Constructor Details

    • ModelMismatchException

      public ModelMismatchException(String requireModelReference, String foundModelReference)
    • ModelMismatchException

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