WebLogic Messaging API Class Library

MessageFormatException Constructor

Constructs a MessageFormatException with the specified reason and error code.

Overload List

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

public MessageFormatException(String);

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

public MessageFormatException(String,Exception);

Constructs a MessageFormatException with the specified reason and error code.

public MessageFormatException(String,String,Exception);

See Also

MessageFormatException Class | WebLogic.Messaging Namespace