Mpc Sdk Exception
Represents an exception specific to handling errors in the MPC SDK.
This exception is typically used to wrap errors encountered during MPC-related operations, providing a way to propagate meaningful error messages and root causes throughout the SDK's execution flow.
Parameters
message
An optional detail message describing the error.
cause
The underlying throwable that caused this exception, if available.