Class DemoLimitationException

All Implemented Interfaces:
Serializable

public class DemoLimitationException extends JebRuntimeException
Runtime exception raised when an operation is not available in the demo version of JEB.
See Also:
  • Constructor Details

    • DemoLimitationException

      public DemoLimitationException()
      Create an exception with no detail message.
    • DemoLimitationException

      public DemoLimitationException(String message)
      Create an exception with a detail message.
      Parameters:
      message - the detail message
    • DemoLimitationException

      public DemoLimitationException(Throwable cause)
      Create an exception with a cause.
      Parameters:
      cause - the cause
    • DemoLimitationException

      public DemoLimitationException(String message, Throwable cause)
      Create an exception with a detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause