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, toString
public 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.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.