Class MerrittStateError

  • All Implemented Interfaces:
    Serializable

    public class MerrittStateError
    extends Exception
    Exception indicates that an illegal operation was invoked on an object with an incompatible state (ie attempting to delete a Job or Batch that is not in a deleteable state)
    See Also:
    Serialized Form
    • Constructor Detail

      • MerrittStateError

        public MerrittStateError​(String message)