C# Class Apache.Shiro.Authz.UnauthorizedException

Inheritance: AuthorizationException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

UnauthorizedException() public method

public UnauthorizedException ( ) : System
return System

UnauthorizedException() public method

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

UnauthorizedException() public method

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