ProxyInvocationException

class ProxyInvocationException(val name: String, val proxyHandler: ProxyHandler, val proxyInstance: Any, cause: Throwable) : RuntimeException(source)

Exception thrown when a function invocation on a proxy fails.

Constructors

Link copied to clipboard
constructor(name: String, proxyHandler: ProxyHandler, proxyInstance: Any, cause: Throwable)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard