org.apache.hadoop.hbase.exceptions
Class DeserializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.exceptions.HBaseException
org.apache.hadoop.hbase.exceptions.DeserializationException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
public class DeserializationException
- extends HBaseException
Failed deserialization.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeserializationException
public DeserializationException()
DeserializationException
public DeserializationException(String message)
DeserializationException
public DeserializationException(String message,
Throwable t)
DeserializationException
public DeserializationException(Throwable t)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.