Class 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 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 -