public class ErrorLog extends Object
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getErrorDetail() |
String |
getErrorMessage() |
Exception |
getException() |
void |
setErrorCode(String errorCode) |
void |
setErrorDetail(String errorDetail) |
void |
setErrorMessage(String errorMessage) |
void |
setException(Exception exception) |
String |
toString() |
public ErrorLog(String errorCode)
public String getErrorCode()
public void setErrorCode(String errorCode)
public Exception getException()
public void setException(Exception exception)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getErrorDetail()
public void setErrorDetail(String errorDetail)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.