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.
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 Summary
ConstructorsConstructorDescriptionDeprecated.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 Details
-
WorklistUpdateFailedException
Deprecated.Creates a new exception wrapping messages for worklist update problems.- Parameters:
msg- The message for the worklist update problems.
-