|
||||||||||
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.jasig.portal.PortalException
org.jasig.portal.AuthorizationException
public class AuthorizationException
This exception informs uPortal that an authorization violation has occured within a channel.
Field Summary |
---|
Fields inherited from class org.jasig.portal.PortalException |
---|
errorID, logPending, parameter, refreshable, reinstantiable, timestamp |
Constructor Summary | |
---|---|
AuthorizationException()
Deprecated. - use instead a constructor that provides a message or cause. |
|
AuthorizationException(java.lang.String msg)
Instantiate an AuthorizationException with the given explanatory message. |
|
AuthorizationException(java.lang.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(java.lang.String msg,
java.lang.Throwable cause)
Instantiate an AuthorizationException with an explanatory message and an underlying Throwable cause. |
|
AuthorizationException(java.lang.Throwable cause)
Instantiate an AuthorizationException with the given cause. |
Method Summary |
---|
Methods inherited from class org.jasig.portal.PortalException |
---|
allowRefresh, allowReinstantiation, getErrorID, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRecordedException, 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()
public AuthorizationException(java.lang.Throwable cause)
cause
- defines the causing Throwable of the authorization violation.public AuthorizationException(java.lang.String msg)
msg
- explains the nature of the attempted authorization violation.public AuthorizationException(java.lang.String msg, java.lang.Throwable cause)
msg
- explains the nature of the attempted authorization violation.cause
- - an underlying cause of this Exception.public AuthorizationException(java.lang.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 |