C# Class Apache.Shiro.Authc.ExpiredCredentialsException

Inheritance: CredentialsException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

ExpiredCredentialsException() public method

public ExpiredCredentialsException ( ) : System
return System

ExpiredCredentialsException() public method

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

ExpiredCredentialsException() public method

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