Package org.apache.avro
Class AvroRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avro.AvroRemoteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpecificExceptionBase
Base class for exceptions thrown to client by server.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
AvroRemoteException
(Object value) AvroRemoteException
(Object value, Throwable cause) AvroRemoteException
(Throwable value) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AvroRemoteException
protected AvroRemoteException() -
AvroRemoteException
-
AvroRemoteException
-
AvroRemoteException
-
-
Method Details
-
getValue
-