public class CachingException extends RuntimeException
Exception
,
Serialized FormConstructor and Description |
---|
CachingException()
Default constructor of the CachingException
|
CachingException(String message)
This constructor of the CachingException sets the given String message to the Exception
|
CachingException(String message,
Throwable cause)
This constructor of the CachingException sets the given String message, and the
cause to the Exception
|
CachingException(Throwable cause)
This constructor of the CachingException sets the given cause to the Exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CachingException()
public CachingException(String message)
message
- - String specifying the exception messagepublic CachingException(String message, Throwable cause)
message
- - String specifying the exception messagecause
- - Throwable cause of the exceptionpublic CachingException(Throwable cause)
cause
- - Throwable cause of the exceptionCopyright © 2021 WSO2. All rights reserved.