public class SchemaSerializationException extends RuntimeException
构造器和说明 |
---|
SchemaSerializationException(String message)
Constructs an
SchemaSerializationException with the specified detail message. |
SchemaSerializationException(Throwable cause)
Constructs an
SchemaSerializationException with the specified cause. |
public 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–2020 Apache Software Foundation. All rights reserved.