C# Class Apache.Shiro.Authz.UnauthenticatedException

Inheritance: AuthorizationException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

UnauthenticatedException() public method

public UnauthenticatedException ( ) : System
return System

UnauthenticatedException() public method

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

UnauthenticatedException() public method

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