public class UserErrorException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UserErrorException()
Default constructor.
|
UserErrorException(java.lang.String message)
Constructs a user error exception with the specified detail message.
|