public class DataSourceValidationIncompleteException extends DataSourceException
| Constructor and Description |
|---|
DataSourceValidationIncompleteException()
Instantiates the exception with no information.
|
DataSourceValidationIncompleteException(String message)
Instantiates the exception with an error message.
|
DataSourceValidationIncompleteException(String message,
Throwable cause)
Instantiates the exception with an error message and a nested
Throwable. |
DataSourceValidationIncompleteException(Throwable cause)
Instantiates the exception with another nested
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataSourceValidationIncompleteException(Throwable cause)
Throwable.cause - a Throwable.public DataSourceValidationIncompleteException(String message)
message - a String.public DataSourceValidationIncompleteException(String message, Throwable cause)
Throwable.public DataSourceValidationIncompleteException()
Copyright © 2012–2018 Emory University. All rights reserved.