Class ActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kquiet.browser.action.exception.ActionException
All Implemented Interfaces:
Serializable

public class ActionException extends RuntimeException
Thrown to indicate that a browser action encounters a non-recoverable problem during execution.
Author:
Kimberly
See Also:
  • Constructor Details

    • ActionException

      public ActionException(String message)
      Constructs an ActionException with the specified detail message.
      Parameters:
      message - the detail message
    • ActionException

      public ActionException(Throwable cause)
      Constructs an ActionException with the specified cause.
      Parameters:
      cause - the cause
    • ActionException

      public ActionException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause