WebLogic Messaging API Class Library

MessageEOFException\xA0Constructor

Constructs a MessageEOFException with the specified reason and error code.

Overload List

Constructs a MessageEOFException with the specified reason. The error code defaults to null.

public\xA0MessageEOFException(String);

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

public\xA0MessageEOFException(String,Exception);

Constructs a MessageEOFException with the specified reason and error code.

public\xA0MessageEOFException(String,String,Exception);

See Also

MessageEOFException Class | WebLogic.Messaging Namespace