SerializerRegistrationException

Thrown during serializer registration failures.

Parameters

message

The detail message explaining the reason for the exception.

firstAccess

Contains the stack trace of the call that finalized registered serializer and prevented future registration like the illegal call that causes this exception being thrown.

Constructors

Link copied to clipboard
constructor(message: String, firstAccess: Array<StackTraceElement>)

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