public class DataSourceException extends Exception
| Constructor and Description |
|---|
DataSourceException()
Creates a new exception.
|
DataSourceException(String message)
Constructs a new exception with the specified detail message.
|
DataSourceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DataSourceException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataSourceException()
public DataSourceException(String message)
message - Short explanation of the problem.public DataSourceException(Throwable cause)
cause - The exception that caused this one to be risen.
Version: 5.2.4-ice35-b23
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.