Package 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$
- Author:
- ieb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalHandlerException()PortalHandlerException(String arg0)PortalHandlerException(String arg0, Throwable arg1)PortalHandlerException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-