com.basho.riak.client.bucket
Class UnsupportedPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by com.basho.riak.client.bucket.UnsupportedPropertyException
All Implemented Interfaces:
Serializable

public class UnsupportedPropertyException
extends UnsupportedOperationException

Author:
russell
See Also:
Serialized Form

Constructor Summary
UnsupportedPropertyException(Transport transport, String property)
           
 
Method Summary
 String getProperty()
           
 Transport getTransport()
           
 
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

UnsupportedPropertyException

public UnsupportedPropertyException(Transport transport,
                                    String property)
Parameters:
transport -
property -
Method Detail

getTransport

public Transport getTransport()
Returns:
the transport

getProperty

public String getProperty()
Returns:
the property


Copyright © 2012. All Rights Reserved.