corda / net.corda.core / ClientRelevantError

ClientRelevantError

interface ClientRelevantError
Deprecated: This is no longer used as the exception obfuscation feature is no longer available.

Allows an implementing Throwable to be propagated to clients.

Inheritors

PermissionException

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

class PermissionException : CordaRuntimeException, RpcSerializableError, ClientRelevantError