Package wt.queue
Class DeleteCompletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.queue.DeleteCompletedException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
This class represents a specialized exception that can be thrown
when the execution of a queue entry has completed and we wish
to delete the entry instead of retaining it when the property
wt.queue.removeCompleted.queueName is set to true
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.DeleteCompletedException(Exception e, String msg) Constructs a queue exception with an embedded exception and a non-localized message.DeleteCompletedException(Exception e, String rb, String key, Object[] params) Constructs a queue exeption with amn embedded message and a localized message.DeleteCompletedException(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
-
DeleteCompletedException
public DeleteCompletedException()No argument constructor.
Supported API: true -
DeleteCompletedException
Constructs a queue exception with a non-localized message.
Supported API: true- Parameters:
message-
-
DeleteCompletedException
Constructs a queue execption with an embedded exeption.
Supported API: true- Parameters:
e-
-
DeleteCompletedException
Constructs a queue exception with an embedded exception and a non-localized message.
Supported API: true- Parameters:
e-msg-
-
DeleteCompletedException
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-
-