Class InvokerException

  • All Implemented Interfaces:
    Serializable

    public class InvokerException
    extends Exception
    A InvokerException is thrown when there are errors related to the invocation of portlet's methods.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvokerException

        public InvokerException​(String msg)
        Constructs a new exception with the specified message
        Parameters:
        msg - The descriptive message.
      • InvokerException

        public InvokerException​(String msg,
                                Throwable cause)
        Constructs a new exception with the specified message, and the original exception or error
        Parameters:
        msg - The descriptive message.
        cause - The original exception or error.
      • InvokerException

        public InvokerException​(Throwable cause)
        Constructs a new exception with the specified cause
        Parameters:
        cause - The original exception or error.