Class DemoLimitationException

All Implemented Interfaces:
Serializable

public class DemoLimitationException extends JebRuntimeException
Raised when the program encounters demo-version limitations.
See Also:
  • Constructor Details

    • DemoLimitationException

      public DemoLimitationException()
    • DemoLimitationException

      public DemoLimitationException(String message)
    • DemoLimitationException

      public DemoLimitationException(Throwable cause)
    • DemoLimitationException

      public DemoLimitationException(String message, Throwable cause)