public class GPUdbException extends Exception
Constructor and Description |
---|
GPUdbException(String message)
Creates a new
GPUdbException with the specified message. |
GPUdbException(String message,
Throwable cause)
Creates a new
GPUdbException with the specified message and
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GPUdbException(String message)
GPUdbException
with the specified message.message
- the messagepublic GPUdbException(String message, Throwable cause)
GPUdbException
with the specified message and
cause.message
- the messagecause
- the causeCopyright © 2019. All rights reserved.