Class AvroRemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avro.AvroRemoteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpecificExceptionBase

public class AvroRemoteException extends Exception
Base class for exceptions thrown to client by server.
See Also:
  • Constructor Details

    • AvroRemoteException

      protected AvroRemoteException()
    • AvroRemoteException

      public AvroRemoteException(Throwable value)
    • AvroRemoteException

      public AvroRemoteException(Object value)
    • AvroRemoteException

      public AvroRemoteException(Object value, Throwable cause)
  • Method Details

    • getValue

      public Object getValue()