Movatterモバイル変換


[0]ホーム

URL:


         


Class MessageNotWriteableException

java.lang.Object  |  +--java.lang.Throwable        |        +--java.lang.Exception              |              +--javax.jms.JMSException                    |                    +--javax.jms.MessageNotWriteableException
All Implemented Interfaces:
java.io.Serializable

public classMessageNotWriteableException
extendsJMSException

This exception must be thrown when a JMS client attempts to write to a read-only message.

See Also:
Serialized Form

MessageNotWriteableException(java.lang.String reason)
          Constructs aMessageNotWriteableException with the specified reason.
MessageNotWriteableException(java.lang.String reason, java.lang.String errorCode)
          Constructs aMessageNotWriteableException with the specified reason and error code.
 
Methods inherited from class javax.jms.JMSException
getErrorCode,getLinkedException,setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

MessageNotWriteableException

publicMessageNotWriteableException(java.lang.String reason,                                    java.lang.String errorCode)
Constructs aMessageNotWriteableException with the specified reason and error code.
Parameters:
reason - a description of the exception
errorCode - a string specifying the vendor-specific error code

MessageNotWriteableException

publicMessageNotWriteableException(java.lang.String reason)
Constructs aMessageNotWriteableException with the specified reason. The error code defaults to null.
Parameters:
reason - a description of the exception

         


[8]ページ先頭

©2009-2025 Movatter.jp