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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorklistUpdateFailedException(String msg)
Deprecated.Creates a new exception wrapping messages for worklist update problems.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-