Module openj9.gpu
Package com.ibm.gpu

Class GPUConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.gpu.GPUConfigurationException
All Implemented Interfaces:
Serializable

public final class GPUConfigurationException extends Exception
This exception is thrown when GPU operations fail due to configuration or environment issues - for example, an invalid device has been specified or we are running on an unsupported platform.
See Also:
  • Constructor Details

    • GPUConfigurationException

      public GPUConfigurationException(String message)
      Construct a new GPUConfigurationException with the provided message.
      Parameters:
      message - The message to be provided.
    • GPUConfigurationException

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