类 SchemaSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pulsar.client.api.SchemaSerializationException
-
-
构造器概要
构造器 构造器 说明 SchemaSerializationException(java.lang.String message)
Constructs anSchemaSerializationException
with the specified detail message.SchemaSerializationException(java.lang.Throwable cause)
Constructs anSchemaSerializationException
with the specified cause.
-
-
-
构造器详细资料
-
SchemaSerializationException
public SchemaSerializationException(java.lang.String message)
Constructs anSchemaSerializationException
with the specified detail message.- 参数:
message
- The detail message (which is saved for later retrieval by theThrowable.getMessage()
method)
-
SchemaSerializationException
public SchemaSerializationException(java.lang.Throwable cause)
Constructs anSchemaSerializationException
with 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.)
-
-