Class IllegalActionException

All Implemented Interfaces:
Serializable

public class IllegalActionException extends RuntimeException
The consumer is probably trying to do something they aren't supposed to be doing.
See Also:
  • Constructor Details

    • IllegalActionException

      public IllegalActionException(String message)
      Constructor
      Parameters:
      message - The error message.
    • IllegalActionException

      public IllegalActionException(String message, Exception e)
      Constructor
      Parameters:
      message - The error message.
      e - The Exception that caused it.