Package com.hp.lft.sdk
Class NoMatchingNodeFoundExceptionGeneral
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.GeneralGridException
com.hp.lft.sdk.NoMatchingNodeFoundExceptionGeneral
- All Implemented Interfaces:
Serializable
The exception that is thrown when a grid cannot find a node with the requested capabilities.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new NoMatchingNodeFoundExceptionGeneral.NoMatchingNodeFoundExceptionGeneral
(int errorCode, String message) Constructs a new NoMatchingNodeFoundExceptionGeneral with a specified detail message and error code.Constructs a new NoMatchingNodeFoundExceptionGeneral with a specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMatchingNodeFoundExceptionGeneral
public NoMatchingNodeFoundExceptionGeneral()Constructs a new NoMatchingNodeFoundExceptionGeneral. -
NoMatchingNodeFoundExceptionGeneral
Constructs a new NoMatchingNodeFoundExceptionGeneral with a specified detail message.- Parameters:
message
- the detail message.
-
NoMatchingNodeFoundExceptionGeneral
Constructs a new NoMatchingNodeFoundExceptionGeneral with a specified detail message and error code.- Parameters:
errorCode
- the error code representing the error that occurred.message
- the detail message.
-