WebLogic Messaging API Class Library

MessageNotReadableException Constructor (String, String, Exception)

Constructs a MessageNotReadableException with the specified reason and error code.

public MessageNotReadableException(
   String reason,
   String errorCode,
   Exception innerException
);

Parameters

String
a description of the exception
String
a string specifying the vendor-specific error code
Exception
exception that caused this error or related to this error

See Also

MessageNotReadableException Class | WebLogic.Messaging Namespace | MessageNotReadableException Constructor Overload List