Class ErrorLogMessage

java.lang.Object
org.sklsft.commons.log.ErrorLogMessage
All Implemented Interfaces:
Serializable

public class ErrorLogMessage extends Object implements Serializable
See Also:
  • Constructor Details

    • ErrorLogMessage

      public ErrorLogMessage()
  • Method Details

    • getErrorStatus

      public String getErrorStatus()
    • setErrorStatus

      public void setErrorStatus(String errorStatus)
    • getErrorLabel

      public String getErrorLabel()
    • setErrorLabel

      public void setErrorLabel(String errorLabel)
    • getErrorTrace

      public String getErrorTrace()
    • setErrorTrace

      public void setErrorTrace(String errorTrace)