uPortal 2.4.1
API Documentation

org.jasig.portal
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jasig.portal.PortalException
              extended byorg.jasig.portal.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends PortalException

This exception would inform uPortal that an authorization violation has occured within a channel.

Version:
$Revision: 1.5 $
Author:
Peter Kharchenko
See Also:
Serialized Form

Constructor Summary
AuthorizationException()
           
AuthorizationException(java.lang.String msg)
           
AuthorizationException(java.lang.String msg, boolean refresh, boolean reinstantiate)
           
AuthorizationException(java.lang.String msg, java.lang.Exception exc)
           
 
Methods inherited from class org.jasig.portal.PortalException
allowRefresh, allowReinstantiation, getErrorID, getMessage, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, printStackTrace, printStackTrace, printStackTrace, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException()

AuthorizationException

public AuthorizationException(java.lang.String msg)

AuthorizationException

public AuthorizationException(java.lang.String msg,
                              java.lang.Exception exc)

AuthorizationException

public AuthorizationException(java.lang.String msg,
                              boolean refresh,
                              boolean reinstantiate)

uPortal 2.4.1
API Documentation