February 2002
Beginner to intermediate
544 pages
10h 23m
English
The following constructors are defined by the class javax.jms.MessageNotWriteableException.
public MessageNotWriteableException(java.lang.String reason)
Constructs a MessageNotWriteableException with the specified reason.
The error code defaults to null.
PARAMETERS:
reason a description of the exception
public MessageNotWriteableException(java.lang.String reason, java.lang.String errorCode)
Constructs a MessageNotWriteableException with the specified reason and error code.
PARAMETERS:
reason a description of the exception errorCode a string specifying the vendor-specific error code
Read now
Unlock full access