C# Class Apache.Shiro.UnavailableSecurityManagerException

Inheritance: ShiroException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

UnavailableSecurityManagerException() public method

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

UnavailableSecurityManagerException() public method

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