com.sun.sgs.impl.service.nodemap.affinity
Class AffinityGroupFinderFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.sgs.impl.service.nodemap.affinity.AffinityGroupFinderFailedException
- All Implemented Interfaces:
- Serializable
public class AffinityGroupFinderFailedException
- extends Exception
Thrown if the AffinityGroupFinder could not find affinity groups.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AffinityGroupFinderFailedException
public AffinityGroupFinderFailedException(String message)
- Creates an instance of this class with the specified detail
message.
- Parameters:
message - the detail message or null
AffinityGroupFinderFailedException
public AffinityGroupFinderFailedException(String message,
Throwable cause)
- Creates an instance of this class with the specified detail
message and cause.
- Parameters:
message - the detail message or nullcause - the cause or null
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved