DocTypeNotSupportedException

public class DocTypeNotSupportedException extends IdentityCredentialException


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

Summary

Public constructors

Constructs a new DocTypeNotSupportedException exception.

DocTypeNotSupportedException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new DocTypeNotSupportedException exception.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

DocTypeNotSupportedException

Added in 1.0.0-alpha04
public DocTypeNotSupportedException(@NonNull String message)

Constructs a new DocTypeNotSupportedException exception.

Parameters
@NonNull String message

the detail message.

DocTypeNotSupportedException

Added in 1.0.0-alpha04
public DocTypeNotSupportedException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new DocTypeNotSupportedException exception.

Parameters
@NonNull String message

the detail message.

@NonNull Throwable cause

the cause.