org.apache.avro
Class AvroRemoteException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.io.IOException
              
org.apache.avro.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 © 2011 The Apache Software Foundation. All Rights Reserved.