Class MerrittStateError

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cdlib.mrt.zk.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:
  • Constructor Details

    • MerrittStateError

      public MerrittStateError(String message)