Skip to main content
Package com.gpudb

Class GPUdbException

  • Field Details

    • hadConnectionFailure

      protected boolean hadConnectionFailure
  • Constructor Details

    • GPUdbException

      public GPUdbException(String message)
      Creates a new GPUdbException with the specified message.
      Parameters:
      message - the message
    • GPUdbException

      public GPUdbException(String message, Throwable cause)
      Creates a new GPUdbException with the specified message and cause.
      Parameters:
      message - the message
      cause - the cause
    • GPUdbException

      public GPUdbException(String message, Throwable cause, boolean connectionFailure)
      Creates a new GPUdbException with the specified message, a cause, and a boolean flag indicating if a connection failure caused this exception.
      Parameters:
      message - the message
      cause - the cause
      connectionFailure - boolean flag indicating if there was a connection failure which caused this exception
    • GPUdbException

      public GPUdbException(String message, boolean connectionFailure)
      Creates a new GPUdbException with the specified message and a boolean flag indicating if a connection failure caused this exception.
      Parameters:
      message - the message
      connectionFailure - boolean flag indicating if there was a connection failure which caused this exception
  • Method Details

    • hadConnectionFailure

      public boolean hadConnectionFailure()
      Returns if a connection failure caused this exception.