org.neodatis.odb
Class ODBAuthenticationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neodatis.odb.ODBAuthenticationRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ODBAuthenticationRuntimeException
extends java.lang.RuntimeException

The exception thrown when the user/password is wrong

Author:
osmadja
See Also:
Serialized Form

Constructor Summary
ODBAuthenticationRuntimeException()
           
 
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

ODBAuthenticationRuntimeException

public ODBAuthenticationRuntimeException()