public class DeviceIntegratedException extends IntegrationException
| Constructor and Description |
|---|
DeviceIntegratedException() |
DeviceIntegratedException(String message) |
DeviceIntegratedException(String message,
String custId,
String hostIp,
String hostName) |
DeviceIntegratedException(String message,
Throwable cause) |
DeviceIntegratedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DeviceIntegratedException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustId() |
String |
getHostIp() |
String |
getHostName() |
void |
setCustId(String custId) |
void |
setHostIp(String hostIp) |
void |
setHostName(String hostName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeviceIntegratedException()
public DeviceIntegratedException(String message)
message - the error messagepublic DeviceIntegratedException(String message, String custId, String hostIp, String hostName)
message - the error messagecustId - customer ID of this device.hostIp - host IP of the CMDB device.hostName - host name of the CMDB device.public DeviceIntegratedException(Throwable cause)
public String getHostName()
public void setHostName(String hostName)
hostName - the hostName to setpublic String getHostIp()
public void setHostIp(String hostIp)
hostIp - the hostIp to setpublic void setCustId(String custId)
public String getCustId()
Copyright © 2019. All rights reserved.