public class SenderResourceNotAvailableException extends DispatchInitiationException
PushNotificationSender failed to lock the resource it needs e.g. for establishing connection with Push Network.
In such a case, the message will be considered not dispatched and messaging subsystem will try to deliver message later.| Constructor and Description |
|---|
SenderResourceNotAvailableException(String message) |
SenderResourceNotAvailableException(String message,
Throwable cause) |
SenderResourceNotAvailableException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SenderResourceNotAvailableException(String message, Throwable cause)
public SenderResourceNotAvailableException(String message)
public SenderResourceNotAvailableException(Throwable cause)
Copyright © 2017 JBoss by Red Hat. All rights reserved.