public class ExceptionDetail extends Object
| Constructor and Description |
|---|
ExceptionDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionCode() |
String |
getExceptionComponentCode() |
String |
getExceptionErrorDescription() |
String |
getExceptionType() |
void |
setExceptionCode(String exceptionCode) |
void |
setExceptionComponentCode(String exceptionComponentCode) |
void |
setExceptionErrorDescription(String exceptionErrorDescription) |
void |
setExceptionType(String exceptionType) |
public String getExceptionCode()
public void setExceptionCode(String exceptionCode)
public String getExceptionErrorDescription()
public void setExceptionErrorDescription(String exceptionErrorDescription)
public String getExceptionComponentCode()
public void setExceptionComponentCode(String exceptionComponentCode)
public String getExceptionType()
public void setExceptionType(String exceptionType)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.