com.basho.riak.client.bucket
Class UnsupportedPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.basho.riak.client.bucket.UnsupportedPropertyException
- All Implemented Interfaces:
- Serializable
public class UnsupportedPropertyException
- extends UnsupportedOperationException
- Author:
- russell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedPropertyException
public UnsupportedPropertyException(Transport transport,
String property)
- Parameters:
transport
- property
-
getTransport
public Transport getTransport()
- Returns:
- the transport
getProperty
public String getProperty()
- Returns:
- the property
Copyright © 2012. All Rights Reserved.