org.apache.accumulo.core.client.impl
Class AccumuloServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.accumulo.core.client.AccumuloException
              extended by org.apache.accumulo.core.client.impl.AccumuloServerException
All Implemented Interfaces:
Serializable

public class AccumuloServerException
extends AccumuloException

This class is intended to encapsulate errors that occurred on the server side.

See Also:
Serialized Form

Constructor Summary
AccumuloServerException(String server, org.apache.thrift.TApplicationException tae)
           
 
Method Summary
 String getServer()
           
 
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

AccumuloServerException

public AccumuloServerException(String server,
                               org.apache.thrift.TApplicationException tae)
Method Detail

getServer

public String getServer()


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