com.sas.hls.security.user.exception
Class UserExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.user.exception.UserException
com.sas.hls.security.user.exception.UserExistsException
- All Implemented Interfaces:
- Serializable
public class UserExistsException
- extends UserException
Thrown when a user information specified for create is already defined in the system
- See Also:
- Serialized Form
UserExistsException
public UserExistsException(String message)
- Create a UserExistsException with specified message.
- Parameters:
message
- User message explaining the failure.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA