类 SchemaSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pulsar.client.api.SchemaSerializationException
所有已实现的接口:
Serializable

@Public @Stable public class SchemaSerializationException extends RuntimeException
Schema serialization exception.
另请参阅:
  • 构造器详细资料

    • SchemaSerializationException

      public SchemaSerializationException(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(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.)