SerializerRegistrationException
class SerializerRegistrationException(message: String, val firstAccess: Array<StackTraceElement>) : Throwable(source)
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.