|
||||||||||
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.aselect.system.exception.ASelectException
org.aselect.system.exception.ASelectAuthorizationException
public class ASelectAuthorizationException
Aurhorization exception.
Description:
This exception is thrown if an error occurs during the authorization of a user.
Note: The message will be an error code.
Concurrency issues:
-
Errors
,
Serialized FormConstructor Summary | |
---|---|
ASelectAuthorizationException(java.lang.String sCode)
Creates a new instance. |
|
ASelectAuthorizationException(java.lang.String sCode,
java.lang.Throwable tCause)
Create new instance with a 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 ASelectAuthorizationException(java.lang.String sCode)
ASelectAuthorizationException
with the given code.
Concurrency issues:
-
Preconditions:
sCode != null
Postconditions:
-
- Parameters:
sCode
- The error code.
public ASelectAuthorizationException(java.lang.String sCode, java.lang.Throwable tCause)
ASelectAuthorizationException
with the given
code and cause. sCode != null
tCause != null
sCode
- The error code.tCause
- The error cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |