Module openj9.gpu
Package com.ibm.gpu

Class 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:
    Serialized Form
    • Constructor Detail

      • 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.