Stay organized with collections Save and categorize content based on your preferences.

InvalidRequestMessageException

public class InvalidRequestMessageException extends IdentityCredentialException


Thrown if message with the request doesn't satisfy the requirements documented in getEntries.

Summary

Public constructors

Constructs a new InvalidRequestMessageException exception.

Constructs a new InvalidRequestMessageException 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

InvalidRequestMessageException

public InvalidRequestMessageException(@NonNull String message)

Constructs a new InvalidRequestMessageException exception.

Parameters
@NonNull String message

the detail message.

InvalidRequestMessageException

public InvalidRequestMessageException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new InvalidRequestMessageException exception.

Parameters
@NonNull String message

the detail message.

@NonNull Throwable cause

the cause.