UserException
Constructs a UserException with reason = 0. this((short)0);
this((short)0);
Constructs a UserException with the specified reason.paramreason the reason for the exception. super(reason);
super(reason);
Throws an instance of UserException with the specified reason.paramreason the reason for the exceptionexceptionUserException always throw new UserException(reason);
throw new UserException(reason);