Class DeploymentException

All Implemented Interfaces:
Serializable, TraceableException

public class DeploymentException extends IgniteException
Exception thrown when there is an error of size of Deployment Unit Info.
See Also:
  • Constructor Details

    • DeploymentException

      public DeploymentException(String message, Throwable cause)
      Creates a new DeploymentUnitInfoException with the specified message and cause.
      Parameters:
      message - The exception message
      cause - The exception cause
    • DeploymentException

      public DeploymentException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)
      Creates an inference exception with all parameters.
      Parameters:
      traceId - The unique trace Id
      code - The error code
      message - The exception message
      cause - The exception cause