Package com.sas.lsaf.security.user
Class UserExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.security.user.UserException
-
- com.sas.lsaf.security.user.UserExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserExistsException extends UserException
Thrown when the user account to be created exists in the system.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserExistsException(java.lang.String message)
Constructs anUserExistsException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
UserExistsException
public UserExistsException(java.lang.String message)
Constructs anUserExistsException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-