public MessageNotWriteableException(String reason, String errorCode)(Code)
Constructs a MessageNotWriteableException with the specified
reason and error code.
Parameters: reason - a description of the exception Parameters: errorCode - a string specifying the vendor-specificerror code
MessageNotWriteableException
public MessageNotWriteableException(String reason)(Code)
Constructs a MessageNotWriteableException with the specified
reason. The error code defaults to null.
Parameters: reason - a description of the exception