public class MessageNotReadableException extends JMSException
This exception must be thrown when a JMS client attempts to read a write-only message.
| Constructor and Description | 
|---|
| MessageNotReadableException(String reason)Constructs a  MessageNotReadableExceptionwith the specified 
  reason. | 
| MessageNotReadableException(String reason,
                           String errorCode)Constructs a  MessageNotReadableExceptionwith the specified 
  reason and error code. | 
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageNotReadableException(String reason, String errorCode)
MessageNotReadableException with the specified 
  reason and error code.reason - a description of the exceptionerrorCode - a string specifying the vendor-specific
                        error codepublic MessageNotReadableException(String reason)
MessageNotReadableException with the specified 
  reason. The error code defaults to null.reason - a description of the exceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.