Package wt.queue
Class NonEventFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.queue.NonEventFailedException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
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
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo argument constructor.Constructs a queue execption with an embedded exeption.NonEventFailedException(Exception e, String msg) Constructs a queue exception with an embedded exception and a non-localized message.NonEventFailedException(Exception e, String rb, String key, Object[] params) Constructs a queue exeption with amn embedded message and a localized message.NonEventFailedException(String message) Constructs a queue exception with a non-localized message. -
Method Summary
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
NonEventFailedException
public NonEventFailedException()No argument constructor.
Supported API: true -
NonEventFailedException
Constructs a queue exception with a non-localized message.
Supported API: true- Parameters:
message-
-
NonEventFailedException
Constructs a queue execption with an embedded exeption.
Supported API: true- Parameters:
e-
-
NonEventFailedException
Constructs a queue exception with an embedded exception and a non-localized message.
Supported API: true- Parameters:
e-msg-
-
NonEventFailedException
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-
-