CredentialNotFoundException

class CredentialNotFoundException(val credentialId: String) : Exception

Exception thrown when a credential is not found.

Constructors

Link copied to clipboard
constructor(credentialId: String)

Properties

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