Class SchemaSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pulsar.client.api.SchemaSerializationException
All Implemented Interfaces:
Serializable

@Public @Stable public class SchemaSerializationException extends RuntimeException
Schema serialization exception.
See Also:
  • Constructor Details

    • SchemaSerializationException

      public SchemaSerializationException(String message)
      Constructs an SchemaSerializationException with the specified detail message.
      Parameters:
      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.
      Parameters:
      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.)