Class SchemaSerializationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Public
    @Stable
    public class SchemaSerializationException
    extends java.lang.RuntimeException
    Schema serialization exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaSerializationException​(java.lang.String message)
      Constructs an SchemaSerializationException with the specified detail message.
      SchemaSerializationException​(java.lang.Throwable cause)
      Constructs an SchemaSerializationException with 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SchemaSerializationException

        public SchemaSerializationException​(java.lang.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​(java.lang.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.)