@InterfaceAudience.Public @InterfaceStability.Stable public class SchemaSerializationException extends RuntimeException
| Constructor and Description |
|---|
SchemaSerializationException(String message)
Constructs an
SchemaSerializationException with the specified detail message. |
SchemaSerializationException(Throwable cause)
Constructs an
SchemaSerializationException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaSerializationException(String message)
SchemaSerializationException with the specified detail message.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)public SchemaSerializationException(Throwable cause)
SchemaSerializationException with the specified cause.cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Copyright © 2017–2021 Apache Software Foundation. All rights reserved.