C# Class Apache.Shiro.Authc.AuthenticationException

Inheritance: ShiroException
Show file Open project: katasource/shironet Class Usage Examples

Public Methods

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

Method Details

AuthenticationException() public method

public AuthenticationException ( ) : System
return System

AuthenticationException() public method

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

AuthenticationException() public method

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