|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
org.jasig.portal.AuthorizationException
public class AuthorizationException
This exception informs uPortal that an authorization violation has occured within a channel.
| Constructor Summary | |
|---|---|
AuthorizationException(String msg)
Instantiate an AuthorizationException with the given explanatory message. |
|
AuthorizationException(String msg,
boolean refresh,
boolean reinstantiate)
Instantiate an AuthorizationException with an explanatory message and indicating whether channel refresh and channel reinstantiation are appropriate responses. |
|
AuthorizationException(String msg,
Throwable cause)
Instantiate an AuthorizationException with an explanatory message and an underlying Throwable cause. |
|
AuthorizationException(Throwable cause)
Instantiate an AuthorizationException with the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.jasig.portal.PortalException |
|---|
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRefreshable, setReinstantiable |
| 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(Throwable cause)
cause - defines the causing Throwable of the authorization violation.public AuthorizationException(String msg)
msg - explains the nature of the attempted authorization violation.
public AuthorizationException(String msg,
Throwable cause)
msg - explains the nature of the attempted authorization violation.cause - - an underlying cause of this Exception.
public AuthorizationException(String msg,
boolean refresh,
boolean reinstantiate)
msg - - explanatory messagerefresh - - true if refresh is appropriate responsereinstantiate - - true if reinstantiate is appropriate response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||