# Class: com.pnfsoftware.jeb.core.units.code.asm.processor.UnsupportedInstructionException

Exception raised when a processor cannot handle a recognized instruction encoding.

## Constructor: UnsupportedInstructionException

Description: Create an exception.

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

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

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

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

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

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

