org.codelabor.system.security.exceptions
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codelabor.system.security.exceptions.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends Exception

인증 오류 예외

Author:
"Shin Sangjae"
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          생성자
AuthenticationException(String message)
          생성자
AuthenticationException(String message, Throwable cause)
          생성자
AuthenticationException(Throwable cause)
          생성자
 
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

AuthenticationException

public AuthenticationException()
생성자


AuthenticationException

public AuthenticationException(String message)
생성자

Parameters:
message - 메시지

AuthenticationException

public AuthenticationException(Throwable cause)
생성자

Parameters:
cause - 원인

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)
생성자

Parameters:
message - 메시지
cause - 원인


Copyright © 2010 CODELABOR. All Rights Reserved.