public class CacheException
extends cn.featherfly.common.exception.LocalizedException
CacheException
2019-08-08
.| 构造器和说明 |
|---|
CacheException()
Instantiates a new cache exception.
|
CacheException(java.lang.String message)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.util.Locale locale)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.lang.Object[] args)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
Instantiates a new cache exception.
|
CacheException(java.lang.String message,
java.lang.Throwable ex)
Instantiates a new cache exception.
|
CacheException(java.lang.Throwable ex)
Instantiates a new cache exception.
|
public CacheException()
public CacheException(java.lang.String message,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messagelocale - the localeex - the expublic CacheException(java.lang.String message,
java.util.Locale locale)
message - the messagelocale - the localepublic CacheException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale,
java.lang.Throwable ex)
message - the messageargs - the argslocale - the localeex - the expublic CacheException(java.lang.String message,
java.lang.Object[] args,
java.util.Locale locale)
message - the messageargs - the argslocale - the localepublic CacheException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable ex)
message - the messageargs - the argsex - the expublic CacheException(java.lang.String message,
java.lang.Object[] args)
message - the messageargs - the argspublic CacheException(java.lang.String message,
java.lang.Throwable ex)
message - the messageex - the expublic CacheException(java.lang.String message)
message - the messagepublic CacheException(java.lang.Throwable ex)
ex - the ex