Class StaleObjectException

All Implemented Interfaces:
Serializable

public class StaleObjectException extends ServicesException
See Also:
  • Field Details

  • Constructor Details

    • StaleObjectException

      public StaleObjectException(Throwable t)
    • StaleObjectException

      public StaleObjectException(int err)
    • StaleObjectException

      public StaleObjectException(int err, Object[] objs)
    • StaleObjectException

      public StaleObjectException(int err, Object[] objs, Throwable t)
    • StaleObjectException

      public StaleObjectException(int err, Object[] objs, Object[] context)
    • StaleObjectException

      public StaleObjectException(int err, Object[] objs, Object[] context, Throwable t)
    • StaleObjectException

      public StaleObjectException(int err, Locale locale)
  • Method Details

    • setTask

      public void setTask(Task task)
      Set the latest task
      Parameters:
      task - The latest task object
    • getTask

      public Task getTask()
    • getFaultName

      public String getFaultName()
      Get the fault name corresponding to the exception
      Returns:
      String faultName
    • getPart

      public Object getPart(String s)
      Get the part corresponding to the part name
      Returns:
      Object Part corresponding to the part name
    • getParts

      public Map getParts()
      Get the parts in the message
      Returns:
      Map The parts with the part name as the key and the value