C# Class Apache.Shiro.Authc.ExpiredCredentialsException

Inheritance: CredentialsException
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

Méthode Description
ExpiredCredentialsException ( ) : System
ExpiredCredentialsException ( string message ) : System
ExpiredCredentialsException ( string message, Exception innerException ) : System

Method Details

ExpiredCredentialsException() public méthode

public ExpiredCredentialsException ( ) : System
Résultat System

ExpiredCredentialsException() public méthode

public ExpiredCredentialsException ( string message ) : System
message string
Résultat System

ExpiredCredentialsException() public méthode

public ExpiredCredentialsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System