|
Exception Summary |
| ErlangBadRpcException |
Exception thrown when an 'badrpc' is received from an Erlang RPC call. |
| ErlangErrorRpcException |
Exception thrown when an 'error' is received from an Erlang RPC call |
| OtpAuthException |
Runtime exception mirroring the OTP OtpAuthException. |
| OtpException |
Base RuntimeException for errors that occur when executing OTP operations. |
| OtpIOException |
RuntimeException wrapper for an IOException which
can be commonly thrown from OTP operations. |
| UncategorizedOtpException |
A "catch-all" exception type within the OtpException hierarchy
when no more specific cause is known. |