- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.gpu.GPUSortException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class GPUSortException extends Exception 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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GPUSortException(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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
GPUSortExceptionpublic GPUSortException(String message) Creates a new GPUSortException with a provided message.- Parameters:
- message- The message to be provided.
 
 
- 
 
-