Class 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:
    Serialized Form
    • Constructor Detail

      • 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.