org.sakaiproject.portal.api
Class PortalHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sakaiproject.portal.api.PortalHandlerException
- All Implemented Interfaces:
- Serializable
public class PortalHandlerException
- extends Exception
Throw when a portal handler fails to handle a request
- Since:
- Sakai 2.4
- Version:
- $Rev: 59680 $
- Author:
- ieb
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortalHandlerException
public PortalHandlerException()
PortalHandlerException
public PortalHandlerException(String arg0)
- Parameters:
arg0 -
PortalHandlerException
public PortalHandlerException(Throwable arg0)
- Parameters:
arg0 -
PortalHandlerException
public PortalHandlerException(String arg0,
Throwable arg1)
- Parameters:
arg0 - arg1 -
Copyright © 2003-2012 Sakai Project. All Rights Reserved.