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

Checked exception raised when an optional feature or operation is not implemented.

## Constructor: NotImplementedException

Description: Create an exception with no detail message.

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

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

