org.apache.hadoop.hbase.exceptions
Class DeserializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hbase.exceptions.HBaseException
              extended by org.apache.hadoop.hbase.exceptions.DeserializationException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public class DeserializationException
extends HBaseException

Failed deserialization.

See Also:
Serialized Form

Constructor Summary
DeserializationException()
           
DeserializationException(String message)
           
DeserializationException(String message, Throwable t)
           
DeserializationException(Throwable t)
           
 
Method Summary
 
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

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.