db4o 6.3

com.db4o
Class InvalidPasswordException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.InvalidPasswordException

public class InvalidPasswordException
extends Db4oException

db4o-specific exception.

This exception is thrown when a client tries to connect to a server with a wrong password or null password.


Constructor Summary
InvalidPasswordException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidPasswordException

public InvalidPasswordException()

db4o 6.3