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