Package wt.queue

Class NonEventFailedException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class NonEventFailedException extends WTException implements Serializable
This class represents a specialized failure exception that can be thrown when the execution of a queue entry has essentially failed but it is desirable to bypass the normal failure logic

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • NonEventFailedException

      public NonEventFailedException()
      No argument constructor.

      Supported API: true
    • NonEventFailedException

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

      Supported API: true
      Parameters:
      message -
    • NonEventFailedException

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

      Supported API: true
      Parameters:
      e -
    • NonEventFailedException

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

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

      public NonEventFailedException(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 -