net.anotheria.db.service
Class JDBCConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.anotheria.db.service.JDBCConnectionException
All Implemented Interfaces:
Serializable

public class JDBCConnectionException
extends RuntimeException

Connection that is thrown if something went wrong during connection establishment.

Author:
lrosenberg
See Also:
Serialized Form

Constructor Summary
JDBCConnectionException()
          Creates a new JDBCConnectionException.
JDBCConnectionException(String message)
          Creates a new JDBCConnectionException.
JDBCConnectionException(String message, Throwable cause)
          Creates a new JDBCConnectionException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCConnectionException

public JDBCConnectionException()
Creates a new JDBCConnectionException.


JDBCConnectionException

public JDBCConnectionException(String message)
Creates a new JDBCConnectionException.

Parameters:
message -

JDBCConnectionException

public JDBCConnectionException(String message,
                               Throwable cause)
Creates a new JDBCConnectionException.

Parameters:
message -
cause -


Copyright © 2010-2013 anotheria.net. All Rights Reserved.