Class WorklistUpdateFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.aristaflow.adept2.model.worklistmodel.WorklistUpdateFailedException
All Implemented Interfaces:
Serializable

@Deprecated public class WorklistUpdateFailedException extends RuntimeException
Deprecated.
This class is only for a very special use-case. Do not use it, it will be removed shortly.
An exception to wrap worklist update problems. This allows to wrap client-side update problems, send them to the server and log them them there.
See Also:
  • Constructor Details

    • WorklistUpdateFailedException

      public WorklistUpdateFailedException(String msg)
      Deprecated.
      Creates a new exception wrapping messages for worklist update problems.
      Parameters:
      msg - The message for the worklist update problems.