cluster
Class ClusteringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cluster.ClusteringException
All Implemented Interfaces:
java.io.Serializable

public class ClusteringException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ClusteringException()
           
ClusteringException(java.lang.String arg0)
           
ClusteringException(java.lang.String arg0, java.lang.Throwable arg1)
           
ClusteringException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusteringException

public ClusteringException()

ClusteringException

public ClusteringException(java.lang.String arg0,
                           java.lang.Throwable arg1)

ClusteringException

public ClusteringException(java.lang.String arg0)

ClusteringException

public ClusteringException(java.lang.Throwable arg0)