public class RequestArgumentError
extends java.lang.Exception
| Constructor and Description |
|---|
RequestArgumentError(java.lang.String msg)
Initialize this exception.
|
RequestArgumentError(java.lang.String msg,
java.lang.Throwable t)
Initialize this exception.
|
public RequestArgumentError(java.lang.String msg)
msg - The message.public RequestArgumentError(java.lang.String msg,
java.lang.Throwable t)
msg - The message.t - The root cause.