public abstract class CancelException extends CacheRuntimeException
Constructor and Description |
---|
CancelException()
for serialization
|
CancelException(String message)
Create instance with given message
|
CancelException(String message,
Throwable cause)
Create instance with given message and cause
|
CancelException(Throwable cause)
Create instance with empty message and given cause
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CancelException()
public CancelException(String message)
message
- the messagepublic CancelException(String message, Throwable cause)
message
- the messagecause
- the causepublic CancelException(Throwable cause)
cause
- the causeCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.