C# Class Apache.Shiro.Authz.HostUnauthorizedException

Inheritance: UnauthorizedException
Show file Open project: katasource/shironet

Public Methods

Method Description
HostUnauthorizedException ( ) : System
HostUnauthorizedException ( IPAddress hostAddress ) : System
HostUnauthorizedException ( string message ) : System
HostUnauthorizedException ( string message, Exception innerException ) : System
HostUnauthorizedException ( string message, Exception innerException, IPAddress hostAddress ) : System
HostUnauthorizedException ( string message, IPAddress hostAddress ) : System

Method Details

HostUnauthorizedException() public method

public HostUnauthorizedException ( ) : System
return System

HostUnauthorizedException() public method

public HostUnauthorizedException ( IPAddress hostAddress ) : System
hostAddress System.Net.IPAddress
return System

HostUnauthorizedException() public method

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

HostUnauthorizedException() public method

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

HostUnauthorizedException() public method

public HostUnauthorizedException ( string message, Exception innerException, IPAddress hostAddress ) : System
message string
innerException System.Exception
hostAddress System.Net.IPAddress
return System

HostUnauthorizedException() public method

public HostUnauthorizedException ( string message, IPAddress hostAddress ) : System
message string
hostAddress System.Net.IPAddress
return System