org.huihoo.jfox.ejb.exception
Class GenericClusteringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.huihoo.jfox.ejb.exception.GenericClusteringException
All Implemented Interfaces:
java.io.Serializable

public class GenericClusteringException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int completed
           
static int COMPLETED_MAYBE
           
static int COMPLETED_NO
           
static int COMPLETED_YES
           
 
Constructor Summary
GenericClusteringException()
           
GenericClusteringException(int CompletionStatus)
           
GenericClusteringException(int CompletionStatus, java.lang.String s)
           
 
Method Summary
 int getCompletionStatus()
           
 void setCompletionStatus(int completionStatus)
           
 
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
 

Field Detail

COMPLETED_YES

public static int COMPLETED_YES

COMPLETED_NO

public static int COMPLETED_NO

COMPLETED_MAYBE

public static int COMPLETED_MAYBE

completed

public int completed
Constructor Detail

GenericClusteringException

public GenericClusteringException()

GenericClusteringException

public GenericClusteringException(int CompletionStatus)

GenericClusteringException

public GenericClusteringException(int CompletionStatus,
                                  java.lang.String s)
Method Detail

getCompletionStatus

public int getCompletionStatus()

setCompletionStatus

public void setCompletionStatus(int completionStatus)