Class GPUSortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.gpu.GPUSortException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is an attempt to perform a sort on GPU and the sort operation fails.
Specific information is provided in the exception message.
- See Also:
-
Constructor Summary
ConstructorDescriptionGPUSortException
(String message) Creates a new GPUSortException with a provided message.GPUSortException
(String message, Throwable cause) Creates a new GPUSortException with a provided message and cause. -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GPUSortException
Creates a new GPUSortException with a provided message.- Parameters:
message
- The message to be provided.
-
GPUSortException
-