Package com.cygnusreach.exceptions

Types

Link copied to clipboard
class AsyncQueueClosedError : CancellationException
Link copied to clipboard
open class CygnusReachException : RuntimeException

A CygnusReachException is a RuntimeException that can be thrown from the Cygnus Reach SDK. The significance of this exception is that it automatically informs the user that the exception originated from the Cygnus Reach SDK.

Link copied to clipboard
class MessageException(code: Long, msg: String) : CygnusReachException

An Exception that has occurred while processing an error.