PasswordExpiredCannotChangeException(String, Throwable) constructor
   
   
   Constructs a new LoginBlockedException object. 
      Syntax
         
         
            public 
              
            PasswordExpiredCannotChangeException
            (
            String 
            message
            , 
            Throwable 
            cause
            )
         
      
      Parameters
         
         
            - 
               message – 
               The error message, which will be displayed on the client.
            
 
            - 
               cause – 
               The exception that triggered this exception.