org.jasig.portal.url
Class InvalidPortalRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portal.PortalException
                  extended by org.jasig.portal.url.InvalidPortalRequestException
All Implemented Interfaces:
Serializable

public class InvalidPortalRequestException
extends PortalException

May be thrown if the request URL does not adhere to the expected syntax.

Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Constructor Summary
InvalidPortalRequestException()
           
InvalidPortalRequestException(ErrorID errorid)
           
InvalidPortalRequestException(ErrorID errorid, Throwable cause)
           
InvalidPortalRequestException(String msg)
           
InvalidPortalRequestException(String msg, boolean refresh, boolean reinstantiate)
           
InvalidPortalRequestException(String msg, Throwable cause)
           
InvalidPortalRequestException(String msg, Throwable cause, boolean refresh, boolean reinstantiate)
           
InvalidPortalRequestException(Throwable 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

InvalidPortalRequestException

public InvalidPortalRequestException()

InvalidPortalRequestException

public InvalidPortalRequestException(Throwable cause)
Parameters:
cause -

InvalidPortalRequestException

public InvalidPortalRequestException(String msg)
Parameters:
msg -

InvalidPortalRequestException

public InvalidPortalRequestException(ErrorID errorid)
Parameters:
errorid -

InvalidPortalRequestException

public InvalidPortalRequestException(String msg,
                                     Throwable cause)
Parameters:
msg -
cause -

InvalidPortalRequestException

public InvalidPortalRequestException(ErrorID errorid,
                                     Throwable cause)
Parameters:
errorid -
cause -

InvalidPortalRequestException

public InvalidPortalRequestException(String msg,
                                     boolean refresh,
                                     boolean reinstantiate)
Parameters:
msg -
refresh -
reinstantiate -

InvalidPortalRequestException

public InvalidPortalRequestException(String msg,
                                     Throwable cause,
                                     boolean refresh,
                                     boolean reinstantiate)
Parameters:
msg -
cause -
refresh -
reinstantiate -


Copyright © 2010 Jasig. All Rights Reserved.