C# Class Apache.Shiro.Session.UnknownSessionException

Inheritance: InvalidSessionException
Show file Open project: katasource/shironet

Public Methods

Method Description
UnknownSessionException ( ) : System
UnknownSessionException ( object sessionId ) : System
UnknownSessionException ( string message ) : System
UnknownSessionException ( string message, Exception innerException ) : System
UnknownSessionException ( string message, Exception innerException, object sessionId ) : System
UnknownSessionException ( string message, object sessionId ) : System

Method Details

UnknownSessionException() public method

public UnknownSessionException ( ) : System
return System

UnknownSessionException() public method

public UnknownSessionException ( object sessionId ) : System
sessionId object
return System

UnknownSessionException() public method

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

UnknownSessionException() public method

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

UnknownSessionException() public method

public UnknownSessionException ( string message, Exception innerException, object sessionId ) : System
message string
innerException System.Exception
sessionId object
return System

UnknownSessionException() public method

public UnknownSessionException ( string message, object sessionId ) : System
message string
sessionId object
return System