org.apache.avro.ipc
Class AvroRemoteException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.apache.avro.ipc.AvroRemoteException
org.apache.avro.ipc.AvroRemoteException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- SpecificExceptionBase
- public class AvroRemoteException 
- extends IOException
Base class for exceptions thrown to client by server.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AvroRemoteException
protected AvroRemoteException()
AvroRemoteException
public AvroRemoteException(Throwable value)
AvroRemoteException
public AvroRemoteException(Object value)
getValue
public Object getValue()
- 
 
Copyright © 2010 The Apache Software Foundation