public class NodeMgrAddException extends OSAException
o
Constructor and Description |
---|
NodeMgrAddException()
Default constructor.
|
NodeMgrAddException(java.lang.String message)
Exception which contains the given message.
|
NodeMgrAddException(java.lang.String message,
java.lang.String name,
java.lang.String id)
Exception which contains the given message, and sets the NM
name to the given name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNMId()
Returns the System identifier for the Node Manager to which this
Exception refers.
|
java.lang.String |
getNMName()
Returns the name of the Node Manager to which this Exception refers.
|
void |
setNMId(java.lang.String id)
Sets the System identifier for the Node Manager to which this
Exception refers.
|
void |
setNMName(java.lang.String name)
Sets the name of the Node Manager to which this Exception refers.
|
getObject, setObject
public NodeMgrAddException()
public NodeMgrAddException(java.lang.String message)
public NodeMgrAddException(java.lang.String message, java.lang.String name, java.lang.String id)
message
- Message that this Exception will contain.name
- User entered name of the Node Manager to
which this Exception refers.id
- System Identifier for the NM to
which this Exception refers. Currently,
this is the IP Address and Port Number, separated
by a colon (127.0.0.1:10990
).public java.lang.String getNMName()
public void setNMName(java.lang.String name)
public java.lang.String getNMId()
127.0.0.1:10990
).public void setNMId(java.lang.String id)
id
- System Identifier for the NM to
which this Exception refers. Currently,
this is the IP Address and Port Number, separated
by a colon (127.0.0.1:10990
).