# Class: com.pnfsoftware.jeb.core.exceptions.DemoLimitationException

Runtime exception raised when an operation is not available in the demo version of JEB.

## Constructor: DemoLimitationException

Description: Create an exception with no detail message.

## Constructor: DemoLimitationException
- parameter: `message`, type: `java.lang.String`

Description: Create an exception with a detail message.
parameter: message: the detail message

## Constructor: DemoLimitationException
- parameter: `cause`, type: `java.lang.Throwable`

Description: Create an exception with a cause.
parameter: cause: the cause

## Constructor: DemoLimitationException
- parameter: `message`, type: `java.lang.String`
- parameter: `cause`, type: `java.lang.Throwable`

Description: Create an exception with a detail message and cause.
parameter: message: the detail message
parameter: cause: the cause

