public class CacheXmlException extends CacheRuntimeException
Declarable
class.CacheFactory.create()
,
Serialized FormConstructor and Description |
---|
CacheXmlException(String message)
Creates a new
CacheXmlException with the given description. |
CacheXmlException(String message,
Throwable cause)
Creates a new
CacheXmlException with the given description and cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheXmlException(String message, Throwable cause)
CacheXmlException
with the given description and cause.message
- the detail messagecause
- the causepublic CacheXmlException(String message)
CacheXmlException
with the given description.message
- the detail message