corda / net.corda.client.rpc / PermissionException

PermissionException

class PermissionException : CordaRuntimeException, RpcSerializableError, ClientRelevantError

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

Constructors

<init>

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

PermissionException(msg: String)

Properties

msg

val msg: String