corda / net.corda.client.rpc / PermissionException

PermissionException

class PermissionException

Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).

Constructors

<init>

PermissionException(msg: String)

Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).

Properties

msg

val msg: String