com.sas.hls.security.user.exception
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.user.exception.UserException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UserDeleteException, UserExistsException, UserNotFoundException, UserPasswordException, UserPasswordValidationException
public abstract class UserException
- extends AbstractCheckedException
Abstract parent class for exceptions thrown while manipulating or accessing a user.
- See Also:
- Serialized Form
Constructor Summary |
UserException(String message)
Constructs a UserException with the specified message. |
UserException
public UserException(String message)
- Constructs a
UserException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA