ajax.database
Class UserCredentialMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ajax.database.UserCredentialMismatchException
All Implemented Interfaces:
java.io.Serializable

public class UserCredentialMismatchException
extends java.lang.Exception

Author:
adkap
See Also:
Serialized Form

Constructor Summary
UserCredentialMismatchException()
          Default constructor using the generic error message
UserCredentialMismatchException(java.lang.String arg0)
          Construct with a custom error message
 
Method Summary
 java.lang.String getMessage()
          Get the message of this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UserCredentialMismatchException

public UserCredentialMismatchException()
Default constructor using the generic error message


UserCredentialMismatchException

public UserCredentialMismatchException(java.lang.String arg0)
Construct with a custom error message

Parameters:
arg0 - A custom error message
Method Detail

getMessage

public java.lang.String getMessage()
Get the message of this exception

Overrides:
getMessage in class java.lang.Throwable
Returns:
The message