org.sakaiproject.portal.api
Class PortalHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PortalHandlerException()
           
PortalHandlerException(String arg0)
           
PortalHandlerException(String arg0, Throwable arg1)
           
PortalHandlerException(Throwable arg0)
           
 
Method Summary
 
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

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.