Class ConcurrentModelException

All Implemented Interfaces:
Serializable

public class ConcurrentModelException extends AnchorCheckedException
This exception indicates that an error occurred when performing inference from a model concurrently.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • ConcurrentModelException

      public ConcurrentModelException(Throwable cause)
      Creates with a cause.
      Parameters:
      cause - the cause.