DocTypeNotSupportedException

class DocTypeNotSupportedException : IdentityCredentialException


Thrown if trying to create a credential with an unsupported document type.

Summary

Public constructors

Constructs a new DocTypeNotSupportedException exception.

Constructs a new DocTypeNotSupportedException exception.

Public constructors

DocTypeNotSupportedException

Added in 1.0.0-alpha04
DocTypeNotSupportedException(message: String)

Constructs a new DocTypeNotSupportedException exception.

Parameters
message: String

the detail message.

DocTypeNotSupportedException

Added in 1.0.0-alpha04
DocTypeNotSupportedException(message: String, cause: Throwable)

Constructs a new DocTypeNotSupportedException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.