# Class: com.pnfsoftware.jeb.core.units.code.asm.sig.SiglibException

Exception raised while processing native signature libraries.

## Constructor: SiglibException

Description: Create an exception without a detail message.

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

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

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

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

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

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

