类 SchemaSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pulsar.client.api.SchemaSerializationException
- 所有已实现的接口:
Serializable
Schema serialization exception.
- 另请参阅:
-
构造器概要
构造器构造器说明SchemaSerializationException(String message) Constructs anSchemaSerializationExceptionwith the specified detail message.Constructs anSchemaSerializationExceptionwith the specified cause. -
方法概要
-
构造器详细资料
-
SchemaSerializationException
Constructs anSchemaSerializationExceptionwith the specified detail message.- 参数:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)
-
SchemaSerializationException
Constructs anSchemaSerializationExceptionwith the specified cause.- 参数:
cause- The cause (which is saved for later retrieval by theThrowable.getCause()method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-