public class NuageVspApiException extends NuageVspException
| Constructor and Description |
|---|
NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage) |
NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage,
Throwable cause) |
NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspConstants.ErrorCode nuageErrorCode,
String nuageErrorDetails,
NuageVspEntity entityType,
RequestType requestType) |
NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspEntity entityType,
RequestType requestType) |
NuageVspApiException(String errorMessage) |
NuageVspApiException(String errorMessage,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NuageVspEntity |
getEntityType() |
int |
getHttpErrorCode() |
NuageVspConstants.ErrorCode |
getNuageErrorCode() |
String |
getNuageErrorDetails() |
RequestType |
getRequestType() |
boolean |
isNoChangeInEntityException() |
void |
setEntityType(NuageVspEntity entityType) |
void |
setHttpErrorCode(int httpErrorCode) |
void |
setNuageErrorCode(NuageVspConstants.ErrorCode nuageErrorCode) |
void |
setNuageErrorDetails(String nuageErrorDetails) |
void |
setRequestType(RequestType requestType) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage)
public NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage,
Throwable cause)
public NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspConstants.ErrorCode nuageErrorCode,
String nuageErrorDetails,
NuageVspEntity entityType,
RequestType requestType)
public NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspEntity entityType,
RequestType requestType)
public NuageVspApiException(String errorMessage)
public int getHttpErrorCode()
public NuageVspEntity getEntityType()
public void setEntityType(NuageVspEntity entityType)
public RequestType getRequestType()
public void setRequestType(RequestType requestType)
public void setHttpErrorCode(int httpErrorCode)
public NuageVspConstants.ErrorCode getNuageErrorCode()
public void setNuageErrorCode(NuageVspConstants.ErrorCode nuageErrorCode)
public String getNuageErrorDetails()
public void setNuageErrorDetails(String nuageErrorDetails)
public boolean isNoChangeInEntityException()
isNoChangeInEntityException in class NuageVspExceptionCopyright © 2016–2017 Nuage Networks. All rights reserved.