C# Class Apache.Shiro.Cache.CacheException

Inheritance: ShiroException
Show file Open project: katasource/shironet

Public Methods

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

Method Details

CacheException() public method

public CacheException ( ) : System
return System

CacheException() public method

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

CacheException() public method

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