# Class: com.pnfsoftware.jeb.util.concurrent.OperationTimedOutException

This exception can be raised when an operation timed out before completion.

## Constructor: OperationTimedOutException

Description: Create a timeout exception without detail message or cause.

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

Description: Create a timeout exception with a detail message.
parameter: message: detail message

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

Description: Create a timeout exception with a cause.
parameter: cause: cause of this exception

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

Description: Create a timeout exception with a detail message and cause.
parameter: message: detail message
parameter: cause: cause of this exception

