Package org.apache.pulsar.client.api
Class SchemaSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pulsar.client.api.SchemaSerializationException
- All Implemented Interfaces:
Serializable
Schema serialization exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaSerializationException(String message) Constructs anSchemaSerializationExceptionwith the specified detail message.Constructs anSchemaSerializationExceptionwith the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaSerializationException
Constructs anSchemaSerializationExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)
-
SchemaSerializationException
Constructs anSchemaSerializationExceptionwith the specified cause.- Parameters:
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.)
-