Class ToolRenderException

  • All Implemented Interfaces:
    Serializable

    public class ToolRenderException
    extends IOException
    Exception thrown when an error occurs while preprocessing or rendering a portlet.
    Since:
    Sakai 2.2.3
    Version:
    $Rev$
    See Also:
    Serialized Form
    • Constructor Detail

      • ToolRenderException

        public ToolRenderException​(String message,
                                   Throwable throwable)
        Default constructor
        Parameters:
        message - the exception message
        throwable - the root cause.
      • ToolRenderException

        public ToolRenderException​(String message)
        Alternate constructor indicating that this exception is the root cause.
        Parameters:
        message - the exception message
    • Method Detail

      • getThrowable

        public Throwable getThrowable()
        Retrieve the exception which caused this exception to be rethrown.
        Returns:
        the root cause