Constructors Summary |
---|
public MessageTraceException(String msg, Throwable cause)Constructs a web service management exception with the specified message
and cause.
super(msg, cause);
|
public MessageTraceException(Throwable cause)Constructs a web service management exception with the cause.
super(cause);
|
public MessageTraceException(String msg)Constructs a web service management exception with the specified message.
super(msg);
|
public MessageTraceException()Constructs a web service management exception.
super();
|