C# Class Apache.Shiro.Codec.CodecException

Inheritance: ShiroException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

CodecException() public method

public CodecException ( ) : System
return System

CodecException() public method

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

CodecException() public method

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