|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.sgs.impl.service.nodemap.NoNodesAvailableException
public class NoNodesAvailableException
Thrown if the NodeAssignPolicy could not choose a node for
assignment because no nodes were available to it.
Note that this exception is very specific; perhaps we'll want a more
general exception to be thrown from NodeAssignPolicy.chooseNode(long).
| Constructor Summary | |
|---|---|
NoNodesAvailableException(String message)
Creates an instance of this class with the specified detail message. |
|
NoNodesAvailableException(String message,
Throwable cause)
Creates an instance of this class with the specified detail message and cause. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoNodesAvailableException(String message)
message - the detail message or null
public NoNodesAvailableException(String message,
Throwable cause)
message - the detail message or nullcause - the cause or null
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||