Class ConcurrentModelException
Object
Throwable
Exception
AnchorCheckedException
ConcurrentModelException
- All Implemented Interfaces:
Serializable
This exception indicates that an error occurred when performing inference from a model
concurrently.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentModelException
Creates with a cause.- Parameters:
cause
- the cause.
-