| org.jboss.ha.framework.interfaces.GenericClusteringException
GenericClusteringException | public class GenericClusteringException extends NestedException (Code) | | Generic clustering exception that can be used to replace other exceptions
that occur on the server. Thus, only this class is needed on the client side
and some specific server side exceptions class are not needed on the client side
(such as JMX exceptions for example).
Furhtermore, it has support for "COMPLETED" status flag a la IIOP.
author: Sacha Labourey. version: $Revision: 57188 $ version: Revisions: version: 8 avril 2002 Sacha Labourey: version: version: - First implementation
version:
|
COMPLETED_MAYBE | final public static int COMPLETED_MAYBE(Code) | | |
COMPLETED_NO | final public static int COMPLETED_NO(Code) | | |
COMPLETED_YES | final public static int COMPLETED_YES(Code) | | |
completed | public int completed(Code) | | |
isDefinitive | public boolean isDefinitive(Code) | | |
GenericClusteringException | public GenericClusteringException()(Code) | | |
GenericClusteringException | public GenericClusteringException(int CompletionStatus)(Code) | | |
GenericClusteringException | public GenericClusteringException(int CompletionStatus, String s)(Code) | | |
GenericClusteringException | public GenericClusteringException(int CompletionStatus, String s, boolean isDefinitive)(Code) | | |
GenericClusteringException | public GenericClusteringException(int CompletionStatus, Throwable nested, boolean isDefinitive)(Code) | | |
GenericClusteringException | public GenericClusteringException(int CompletionStatus, Throwable nested)(Code) | | |
getCompletionStatus | public int getCompletionStatus()(Code) | | |
isDefinitive | public boolean isDefinitive()(Code) | | |
setCompletionStatus | public void setCompletionStatus(int completionStatus)(Code) | | |
setIsDefinitive | public void setIsDefinitive(boolean definitive)(Code) | | |
|
|