C# Class Apache.Shiro.Authc.ExcessiveAttemptsException

Inheritance: AccountException
Show file Open project: katasource/shironet

Public Methods

Method Description
ExcessiveAttemptsException ( ) : System
ExcessiveAttemptsException ( string message ) : System
ExcessiveAttemptsException ( string message, Exception innerException ) : System

Method Details

ExcessiveAttemptsException() public method

public ExcessiveAttemptsException ( ) : System
return System

ExcessiveAttemptsException() public method

public ExcessiveAttemptsException ( string message ) : System
message string
return System

ExcessiveAttemptsException() public method

public ExcessiveAttemptsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System