public class JmsConsumeException extends JmsExtensionException
ModuleException to be thrown in the cases in which the received content to be written is invalid.| Modifier | Constructor and Description |
|---|---|
|
JmsConsumeException(String message)
Creates a new instance with the specified detail
message |
|
JmsConsumeException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
protected |
JmsConsumeException(String message,
JmsError errorType)
Creates a new instance with the specified detail
message |
protected |
JmsConsumeException(String message,
JmsError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JmsConsumeException(String message)
messagemessage - the detail messagepublic JmsConsumeException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected JmsConsumeException(String message, JmsError errorType)
messagemessage - the detail messageerrorType - JMS errorCopyright © 2022. All rights reserved.