C# Class Apache.Shiro.Authc.ConcurrentAccessException

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

Méthodes publiques

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

Method Details

ConcurrentAccessException() public méthode

public ConcurrentAccessException ( ) : System
Résultat System

ConcurrentAccessException() public méthode

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

ConcurrentAccessException() public méthode

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