org.apache.avro
Class AvroRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
protected AvroRemoteException()
           
  AvroRemoteException(Object value)
           
  AvroRemoteException(Throwable value)
           
 
Method Summary
 Object getValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

AvroRemoteException

protected AvroRemoteException()

AvroRemoteException

public AvroRemoteException(Throwable value)

AvroRemoteException

public AvroRemoteException(Object value)
Method Detail

getValue

public Object getValue()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.