KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > MessageNotWriteableException

javax.jms
Class MessageNotWriteableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended byjavax.jms.MessageNotWriteableException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public MessageNotWriteableException(String reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MessageNotWriteableException(String reason,
                                    String errorCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags