Class PasswordExpiredDetails
java.lang.Object
com.lexmark.saperion.exceptions.ErrorDetailsType
com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
- All Implemented Interfaces:
- Serializable
public class PasswordExpiredDetails
extends com.lexmark.saperion.exceptions.ErrorDetailsType
These are the details of 
PasswordExpiredException.- Author:
- jschwarz
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsTypesetType
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Constructor Details- 
PasswordExpiredDetailspublic PasswordExpiredDetails()
 
- 
- 
Method Details- 
getUserpublic com.lexmark.saperion.administration.UserReferenceType getUser()
- 
setUserpublic void setUser(com.lexmark.saperion.administration.UserReferenceType user) 
- 
getType- Specified by:
- getTypein class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
- 
toString- Overrides:
- toStringin class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
 
-