C# Class Apache.Shiro.Authc.AccountException

Inheritance: AuthenticationException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

AccountException() public method

public AccountException ( ) : System
return System

AccountException() public method

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

AccountException() public method

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