com.wm.app.b2b.server
Class DBConnectionException

java.lang.Object
  extended by com.wm.app.b2b.server.ServerException
      extended by com.wm.app.b2b.server.DBConnectionException

public class DBConnectionException
extends com.wm.app.b2b.server.ServerException

This class is returned by DBConnectionManager if it cannot establish the requested database connection.

See Also:
DBConnection

Constructor Summary
DBConnectionException(java.lang.String msg)
          Constructs an DBConnectionException with the specified error message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBConnectionException

public DBConnectionException(java.lang.String msg)
Constructs an DBConnectionException with the specified error message.

Parameters:
msg - A String specifying the detailed error message for this DBConnectionException.