# IdentityUtilityException

The `IdentityUtilityException` class represents an exception that can be thrown by the Dynamsoft Identity Utility module. This class extends [`CoreException`](https://www.dynamsoft.com/capture-vision/docs/server/programming/java/api-reference/core/core-exception.md) and provides specific error handling for identity utility operations.

**Remarks**

Introduced in Dynamsoft Capture Vision version 3.4.1000.

## Definition

*Package:* com.dynamsoft.id_utility

*Inheritance:* [CoreException](https://www.dynamsoft.com/capture-vision/docs/server/programming/java/api-reference/core/core-exception.md) -> IdentityUtilityException

```java
public class IdentityUtilityException extends CoreException
```

## Inherited Members

Since `IdentityUtilityException` extends [`CoreException`](https://www.dynamsoft.com/capture-vision/docs/server/programming/java/api-reference/core/core-exception.md), it inherits all the properties and methods from the parent class, including:

- `getErrorCode()` - Returns the error code.
- `getErrorString()` - Returns the error string.

