WebLogic Messaging API Class Library

MessageEOFException Constructor (String, Exception)

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public MessageEOFException(
   String reason,
   Exception innerException
);

Parameters

String
a description of the exception
Exception
exception that caused this error or related to this error

See Also

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