Class SchemaTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.SchemaTooLargeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaTooLargeException(String message) SchemaTooLargeException(String message, Throwable cause) SchemaTooLargeException(Throwable 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
-
SchemaTooLargeException
-
SchemaTooLargeException
-
SchemaTooLargeException
-
SchemaTooLargeException
public SchemaTooLargeException()
-