public class DataSourceException
extends java.lang.Exception
Constructor and Description |
---|
DataSourceException()
Creates a new exception.
|
DataSourceException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
DataSourceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DataSourceException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public DataSourceException()
public DataSourceException(java.lang.String message)
message
- Short explanation of the problem.public DataSourceException(java.lang.Throwable cause)
cause
- The exception that caused this one to be risen.public DataSourceException(java.lang.String message, java.lang.Throwable cause)
message
- Short explanation of the problem.cause
- The exception that caused this one to be risen.