Package com.sas.lsaf.security.user
Class UserDeleteException
- 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.UserDeleteException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserDeleteException extends UserException
Thrown when there is a problem deleting a user from the system.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserDeleteException(java.lang.String message)
Constructs anUserDeleteException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
UserDeleteException
public UserDeleteException(java.lang.String message)
Constructs anUserDeleteException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-