Class ErrorActuator.Response

java.lang.Object
com.totvs.tjf.messaging.ErrorActuator.Response
Enclosing class:
ErrorActuator

public class ErrorActuator.Response extends Object
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • getMessages

      public int getMessages()
    • setMessages

      public void setMessages(int messages)
    • getErrorMessage

      public String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • getErrorException

      public Exception getErrorException()
    • setErrorException

      public void setErrorException(Exception errorException)