java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gpudb.GPUdbException
com.gpudb.GPUdbBase.GPUdbUnauthorizedAccessException
All Implemented Interfaces:
Enclosing class:
Indicates that there is an authorization-related problem occurred.
See Also:
Field Summary
Fields inherited from class com.gpudb.GPUdbException
hadConnectionFailureConstructor Summary
ConstructorsConstructorDescriptionGPUdbUnauthorizedAccessException(String message) Creates a newGPUdbBase.GPUdbUnauthorizedAccessExceptionwith the specified message.GPUdbUnauthorizedAccessException(String message, Throwable cause) Creates a newGPUdbBase.GPUdbUnauthorizedAccessExceptionwith 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
GPUdbUnauthorizedAccessException
Creates a newGPUdbBase.GPUdbUnauthorizedAccessExceptionwith the specified message.Parameters:message- the messageGPUdbUnauthorizedAccessException
Creates a newGPUdbBase.GPUdbUnauthorizedAccessExceptionwith the specified message and cause.Parameters:message- the messagecause- the cause