java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gpudb.GPUdbException
com.gpudb.GPUdbBase.GPUdbExitException
All Implemented Interfaces:
Enclosing class:
A special exception indicating the server is shutting down
See Also:
Field Summary
Fields inherited from class com.gpudb.GPUdbException
hadConnectionFailureConstructor Summary
ConstructorsConstructorDescriptionGPUdbExitException(String message) Creates a newGPUdbBase.GPUdbExitExceptionwith the specified message.GPUdbExitException(String message, Throwable cause) Creates a newGPUdbBase.GPUdbExitExceptionwith the specified message and cause.Method Summary
Methods inherited from class com.gpudb.GPUdbException
hadConnectionFailureMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
GPUdbExitException
Creates a newGPUdbBase.GPUdbExitExceptionwith the specified message.Parameters:message- the messageGPUdbExitException
Creates a newGPUdbBase.GPUdbExitExceptionwith the specified message and cause.Parameters:message- the messagecause- the cause