IOWriteException(String, String, Throwable) constructor

[This documentation is preliminary and is subject to change.]

Initializes a new instance of the IOWriteException class with the specified tag, message, and inner exception.

Signature

public IOWriteException(String tag, String message, Throwable e)

Parameters

Name Datatype Description

tag

String

The tag for logging.

message

String

The exception message.

e

Throwable

The inner exception. If the inner exception is an RMSException, its type will be the one used for the new exception.

 

Returns

IOWriteException

Defined in

IOWriteException.java

See also

IOWriteException

 

 

Send comments about this topic to Microsoft

Build date: 6/14/2013