All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.util.HTException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----iceberg.util.HTException

public class HTException
extends Exception
Thrown when there is an internal exception w.r.t. distributed hashtable access


Constructor Index

 o HTException()
 o HTException(String)

Method Index

 o getMessage()

Constructors

 o HTException
 public HTException()
 o HTException
 public HTException(String s)

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index