| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jasig.portal.PortalException org.jasig.portal.AuthorizationException
AuthorizationException | public class AuthorizationException extends PortalException (Code) | | This exception informs uPortal that an authorization violation has occured
within a channel.
author: Peter Kharchenko version: $Revision: 35418 $ $Date: 2005-03-07 13:09:07 -0700 (Mon, 07 Mar 2005) $ |
AuthorizationException | public AuthorizationException()(Code) | | Instantiate an AuthorizationException.
|
AuthorizationException | public AuthorizationException(Throwable cause)(Code) | | Instantiate an AuthorizationException with the given cause.
Parameters: cause - defines the causing Throwable of the authorization violation. |
AuthorizationException | public AuthorizationException(String msg)(Code) | | Instantiate an AuthorizationException with the given explanatory message.
Parameters: msg - explains the nature of the attempted authorization violation. |
AuthorizationException | public AuthorizationException(String msg, Throwable cause)(Code) | | Instantiate an AuthorizationException with an explanatory message and
an underlying Throwable cause.
Parameters: msg - explains the nature of the attempted authorization violation. Parameters: cause - - an underlying cause of this Exception. |
AuthorizationException | public AuthorizationException(String msg, boolean refresh, boolean reinstantiate)(Code) | | Instantiate an AuthorizationException with an explanatory message and
indicating whether channel refresh and channel reinstantiation are
appropriate responses.
Parameters: msg - - explanatory message Parameters: refresh - - true if refresh is appropriate response Parameters: reinstantiate - - true if reinstantiate is appropriate response |
|
|
|