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

Runtime exception raised when a long\-running JEB operation is interrupted or cancelled.

## Constructor: InterruptionException

Description: Create an exception with no detail message.

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

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

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

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

## Constructor: InterruptionException
- 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

