当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
GenericClusteringException (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.framework.interfaces
Class GenericClusteringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException
org.jboss.ha.framework.interfaces.GenericClusteringException
- All Implemented Interfaces:
- org.jboss.util.NestedThrowable, Serializable
- public class GenericClusteringException
- extends org.jboss.util.NestedException
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.
- Version:
- $Revision: 1.4 $
Revisions:
8 avril 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
- Serialized Form
Nested classes inherited from class org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
Fields inherited from class org.jboss.util.NestedException |
nested |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Methods inherited from class org.jboss.util.NestedException |
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace |
COMPLETED_YES
public static final int COMPLETED_YES
- See Also:
- Constant Field Values
COMPLETED_NO
public static final int COMPLETED_NO
- See Also:
- Constant Field Values
COMPLETED_MAYBE
public static final int COMPLETED_MAYBE
- See Also:
- Constant Field Values
isDefinitive
public boolean isDefinitive
completed
public int completed
GenericClusteringException
public GenericClusteringException()
GenericClusteringException
public GenericClusteringException(int CompletionStatus)
GenericClusteringException
public GenericClusteringException(int CompletionStatus,
String s)
GenericClusteringException
public GenericClusteringException(int CompletionStatus,
String s,
boolean isDefinitive)
GenericClusteringException
public GenericClusteringException(int CompletionStatus,
Throwable nested,
boolean isDefinitive)
GenericClusteringException
public GenericClusteringException(int CompletionStatus,
Throwable nested)
getCompletionStatus
public int getCompletionStatus()
setCompletionStatus
public void setCompletionStatus(int completionStatus)
isDefinitive
public boolean isDefinitive()
setIsDefinitive
public void setIsDefinitive(boolean definitive)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.