net.myvietnam.mvnplugin.mvnforum.auth
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.myvietnam.mvncore.exception.NotLoginException
                    |
                    +--net.myvietnam.mvnplugin.mvnforum.auth.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends net.myvietnam.mvncore.exception.NotLoginException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.myvietnam.mvncore.exception.NotLoginException
ACCOUNT_DISABLED, ILLEGAL_STATE, NOT_ENOUGH_RIGHTS, NOT_LOGIN, WRONG_NAME, WRONG_PASSWORD
 
Constructor Summary
AuthenticationException(int reason)
           
AuthenticationException(java.lang.String msg, int reason)
           
 
Methods inherited from class net.myvietnam.mvncore.exception.NotLoginException
getReason, getReasonExplanation, getReasonString
 
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

AuthenticationException

public AuthenticationException(int reason)

AuthenticationException

public AuthenticationException(java.lang.String msg,
                               int reason)