com.basho.riak.client.convert
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basho.riak.client.convert.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends RuntimeException
Wraps any exception thrown while converting to/from IRiakObject
and your domain types.
- Author:
- russell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException()
ConversionException
public ConversionException(String message)
ConversionException
public ConversionException(Throwable cause)
Copyright © 2012. All Rights Reserved.