Package com.db4o.ext
Class InvalidPasswordException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.db4o.foundation.ChainedRuntimeException
- 
- com.db4o.ext.Db4oException
- 
- com.db4o.ext.Db4oRecoverableException
- 
- com.db4o.ext.InvalidPasswordException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class InvalidPasswordException extends Db4oRecoverableException db4o-specific exception.
 This exception is thrown when a client tries to connect to a server with a wrong password or null password.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeExceptionChainedRuntimeException.ChainedRuntimeExceptionMixin
 
- 
 - 
Constructor SummaryConstructors Constructor Description InvalidPasswordException()
 
-