Package com.gpudb
Class GPUdbBase.GPUdbHAUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gpudb.GPUdbException
-
- com.gpudb.GPUdbBase.GPUdbHAUnavailableException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GPUdbBase
public static final class GPUdbBase.GPUdbHAUnavailableException extends GPUdbException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gpudb.GPUdbException
hadConnectionFailure
-
-
Constructor Summary
Constructors Constructor Description GPUdbHAUnavailableException(String message)Creates a newGPUdbBase.GPUdbHAUnavailableExceptionwith the specified message.GPUdbHAUnavailableException(String message, Throwable cause)Creates a newGPUdbBase.GPUdbHAUnavailableExceptionwith the specified message and cause.
-
Method Summary
-
Methods inherited from class com.gpudb.GPUdbException
hadConnectionFailure
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GPUdbHAUnavailableException
public GPUdbHAUnavailableException(String message)
Creates a newGPUdbBase.GPUdbHAUnavailableExceptionwith the specified message.- Parameters:
message- the message
-
GPUdbHAUnavailableException
public GPUdbHAUnavailableException(String message, Throwable cause)
Creates a newGPUdbBase.GPUdbHAUnavailableExceptionwith the specified message and cause.- Parameters:
message- the messagecause- the cause
-
-