|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codelabor.system.security.exceptions.AuthorizationException
public class AuthorizationException
인가 오류 예외
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 |
---|
public AuthorizationException()
public AuthorizationException(String message)
message
- 메시지public AuthorizationException(Throwable cause)
cause
- 원인public AuthorizationException(String message, Throwable cause)
message
- 메시지cause
- 원인
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |