public class JDBCConnectionServiceException extends SecuritySpiException
The JDBCConnectionServiceException
exception is thrown if a named JDBC
data source is not found.
NestedThrowable.Util
nested
Constructor and Description |
---|
JDBCConnectionServiceException()
Constructs a
JDBCConnectionServiceException with no arguments. |
JDBCConnectionServiceException(java.lang.String msg)
Constructs a
JDBCConnectionServiceException with the specified detail message. |
JDBCConnectionServiceException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a
JDBCConnectionServiceException with a detail message and
a nested exception. |
JDBCConnectionServiceException(java.lang.Throwable nested)
Constructs a
JDBCConnectionServiceException with a nested exception. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public JDBCConnectionServiceException()
Constructs a JDBCConnectionServiceException
with no arguments.
public JDBCConnectionServiceException(java.lang.String msg)
Constructs a JDBCConnectionServiceException
with the specified detail message.
A detail message is a String
that describes this particular exception.
msg
- a String
providing additional information about this exceptionpublic JDBCConnectionServiceException(java.lang.Throwable nested)
Constructs a JDBCConnectionServiceException
with a nested exception.
nested
- a Throwable
object to wrapper as part of this exceptionpublic JDBCConnectionServiceException(java.lang.String msg, java.lang.Throwable nested)
Constructs a JDBCConnectionServiceException
with a detail message and
a nested exception.
msg
- a String
providing additional information about this exceptionnested
- a Throwable
object to wrapper as part of this exception