Class RemoveUserErrorException

All Implemented Interfaces:
Serializable

public class RemoveUserErrorException extends CredentialsManagerException
See Also:
  • Constructor Details

    • RemoveUserErrorException

      public RemoveUserErrorException(String role)
    • RemoveUserErrorException

      public RemoveUserErrorException(String login, DatabaseException cause)
    • RemoveUserErrorException

      public RemoveUserErrorException(Long userId, DatabaseException cause)
  • Method Details

    • getLogin

      public String getLogin()
    • getUserId

      public Long getUserId()