AxiamException
extends RuntimeException
in package
Base exception for all AXIAM SDK errors (CONTRACT.md §2, D-10).
The taxonomy is a class hierarchy — AuthError, AuthzError, and NetworkError all extend this base — NOT a flat enum-of-codes on a single exception type. Instances should be constructed via ErrorMapper so REST and (later) gRPC transports cannot drift on the mapping.