HostException

class HostException : RuntimeException


Exceptions that happen on calls to the host.

Summary

Public constructors

Creates an instance of HostException with the given cause.

Creates an instance of HostException with the given message.

HostException(message: String, cause: Throwable)

Creates an instance of HostException with the given message.

Public constructors

HostException

Added in 1.0.0
HostException(cause: Throwable)

Creates an instance of HostException with the given cause.

Parameters
cause: Throwable

the originating cause of the exception

HostException

Added in 1.0.0
HostException(message: String)

Creates an instance of HostException with the given message.

Parameters
message: String

the exception message

HostException

Added in 1.0.0
HostException(message: String, cause: Throwable)

Creates an instance of HostException with the given message.

Parameters
message: String

the exception message

cause: Throwable

the originating cause of the exception