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
| 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 |
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
GenericClusteringException
public GenericClusteringException()
GenericClusteringException
public GenericClusteringException(int CompletionStatus)
GenericClusteringException
public GenericClusteringException(int CompletionStatus,
java.lang.String s)
getCompletionStatus
public int getCompletionStatus()
setCompletionStatus
public void setCompletionStatus(int completionStatus)