public class CacheLoadingException
extends LocalizableException
Constructor and Description |
---|
CacheLoadingException(IStringResource message,
java.lang.Object... insertions)
Constructs an instance of CacheLoadingException with the specified detail message with its (optional) insertions.
|
CacheLoadingException(java.lang.String message) |
CacheLoadingException(java.lang.String message,
java.lang.Throwable cause) |
CacheLoadingException(java.lang.Throwable cause)
Constructs a CacheLoadingException based on a cause.
|
CacheLoadingException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an instance of CacheLoadingException with the specified detail message with its (optional) insertions.
|
public CacheLoadingException(java.lang.String message)
public CacheLoadingException(java.lang.String message, java.lang.Throwable cause)
public CacheLoadingException(java.lang.Throwable cause)
cause
- public CacheLoadingException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public CacheLoadingException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-