org.jasig.portal.url
Class InvalidPortalRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
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
| 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 |
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.