Module openj9.gpu
Package com.ibm.gpu

Class 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:
  • Constructor Details

    • GPUSortException

      public GPUSortException(String message)
      Creates a new GPUSortException with a provided message.
      Parameters:
      message - The message to be provided.
    • GPUSortException

      public GPUSortException(String message, Throwable cause)
      Creates a new GPUSortException with a provided message and cause.
      Parameters:
      message - The message to be provided.
      cause - The cause of this exception.