类 SchemaSerializationException

  • 所有已实现的接口:
    java.io.Serializable

    @Public
    @Stable
    public class SchemaSerializationException
    extends java.lang.RuntimeException
    Schema serialization exception.
    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器 说明
      SchemaSerializationException​(java.lang.String message)
      Constructs an SchemaSerializationException with the specified detail message.
      SchemaSerializationException​(java.lang.Throwable cause)
      Constructs an SchemaSerializationException with the specified cause.
    • 方法概要

      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • SchemaSerializationException

        public SchemaSerializationException​(java.lang.String message)
        Constructs an SchemaSerializationException with the specified detail message.
        参数:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      • SchemaSerializationException

        public SchemaSerializationException​(java.lang.Throwable cause)
        Constructs an 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.)