Uses of Class
org.wamblee.usermgt.UserMgtException.Reason

Packages that use UserMgtException.Reason
org.wamblee.usermgt   
 

Uses of UserMgtException.Reason in org.wamblee.usermgt
 

Methods in org.wamblee.usermgt that return UserMgtException.Reason
 UserMgtException.Reason UserMgtException.getReason()
          Gets the cause of the problem.
static UserMgtException.Reason UserMgtException.Reason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserMgtException.Reason[] UserMgtException.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.wamblee.usermgt with parameters of type UserMgtException.Reason
RegexpNameValidator(java.lang.String aPattern, UserMgtException.Reason aReason, java.lang.String aMessage)
          Validates a regular expression.
UserMgtException(UserMgtException.Reason aCause, Group aGroup)
           
UserMgtException(UserMgtException.Reason aCause, java.lang.String aMessage)
           
UserMgtException(UserMgtException.Reason aCause, User aUser)
           
UserMgtException(UserMgtException.Reason aCause, User aUser, Group aGroup)
           
 



Copyright © 2010. All Rights Reserved.