js.oa.exception
Class NoNodesAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
js.common.JSException
js.oa.exception.NoNodesAvailableException
- All Implemented Interfaces:
- java.io.Serializable
public class NoNodesAvailableException
- extends JSException
Thrown when the VAManager doesn't get the desired number of nodes from the NA.
- Author:
- Johannes Testori
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoNodesAvailableException
public NoNodesAvailableException()
NoNodesAvailableException
public NoNodesAvailableException(java.lang.String msg)
- Parameters:
msg - message
NoNodesAvailableException
public NoNodesAvailableException(java.lang.String msg,
java.lang.Throwable target)
- Parameters:
msg - messagetarget - target exception
NoNodesAvailableException
public NoNodesAvailableException(java.lang.Throwable target)
- Parameters:
target - target exception