Package wt.queue

Class ResetReadyException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class ResetReadyException extends WTException implements Serializable
This class represents a special exeption which can be thrown when an executing entry detects a pending stop request, but wants its status reset to ready so that it can be re-executed once the queue is re-started. Note: If this exception is thrown by a process queue entry it is the responsibility of the entry to roll back any open transactions prior to throwing the exception.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • ResetReadyException

      public ResetReadyException()
      No argument constructor.

      Supported API: true
    • ResetReadyException

      public ResetReadyException(String message)
      Constructs a queue exception with a non-localized message.

      Supported API: true
      Parameters:
      message -
    • ResetReadyException

      public ResetReadyException(Exception e)
      Constructs a queue execption with an embedded exeption.

      Supported API: true
      Parameters:
      e -
    • ResetReadyException

      public ResetReadyException(Exception e, String msg)
      Constructs a queue exception with an embedded exception and a non-localized message.

      Supported API: true
      Parameters:
      e -
      msg -
    • ResetReadyException

      public ResetReadyException(Exception e, String rb, String key, Object[] params)
      Constructs a queue exeption with amn embedded message and a localized message. The exception can be null.

      Supported API: true
      Parameters:
      e -
      rb -
      key -
      params -