Package org.gridgain.ml
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.ml.DeploymentException
- All Implemented Interfaces:
Serializable,TraceableException
Exception thrown when there is an error of size of Deployment Unit Info.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentException(String message, Throwable cause) Creates a new DeploymentUnitInfoException with the specified message and cause.DeploymentException(UUID traceId, int code, String message, @Nullable Throwable cause) Creates an inference exception with all parameters. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DeploymentException
Creates a new DeploymentUnitInfoException with the specified message and cause.- Parameters:
message- The exception messagecause- 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 Idcode- The error codemessage- The exception messagecause- The exception cause
-