org.codelabor.system.security.exceptions
Class AuthorizationException

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

public class AuthorizationException
extends Exception

인가 오류 예외

Author:
"Shin Sangjae"
See Also:
Serialized Form

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

AuthorizationException

public AuthorizationException()
생성자


AuthorizationException

public AuthorizationException(String message)
생성자

Parameters:
message - 메시지

AuthorizationException

public AuthorizationException(Throwable cause)
생성자

Parameters:
cause - 원인

AuthorizationException

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

Parameters:
message - 메시지
cause - 원인


Copyright © 2010 CODELABOR. All Rights Reserved.