public class UcmdbException extends RuntimeException
Constructor and Description |
---|
UcmdbException(String message) |
UcmdbException(String message,
Throwable cause) |
UcmdbException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
addErrorCodeParameter(UcmdbExceptionParameter parameter) |
int |
getErrorCode() |
List<UcmdbExceptionParameter> |
getParameters() |
void |
setErrorCode(int errorCode) |
void |
setParameters(List<UcmdbExceptionParameter> parameters) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UcmdbException(Throwable cause)
public UcmdbException(String message)
public void setErrorCode(int errorCode)
public int getErrorCode()
public void addErrorCodeParameter(UcmdbExceptionParameter parameter)
public List<UcmdbExceptionParameter> getParameters()
public void setParameters(List<UcmdbExceptionParameter> parameters)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.