Constructs a MessageException
with the specified reason and error code.
Constructs a MessageException
with the specified reason and with the error code defaulting to null.
public MessageException(String);
Constructs a MessageException
with the specified reason and with the error code defaulting to null.
public MessageException(String,Exception);
Constructs a MessageException
with the specified reason and error code.
public MessageException(String,String,Exception);
MessageException Class | WebLogic.Messaging Namespace