C# Class Apache.Shiro.Authc.Pam.UnsupportedTokenException

Inheritance: AuthenticationException
Datei anzeigen Open project: katasource/shironet

Public Methods

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

Method Details

UnsupportedTokenException() public method

public UnsupportedTokenException ( ) : System
return System

UnsupportedTokenException() public method

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

UnsupportedTokenException() public method

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