C# Class Apache.Shiro.Authc.ConcurrentAccessException

Inheritance: AccountException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

ConcurrentAccessException() public method

public ConcurrentAccessException ( ) : System
return System

ConcurrentAccessException() public method

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

ConcurrentAccessException() public method

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