public class FlushFailedException extends RuntimeException
| Constructor and Description |
|---|
FlushFailedException(String message)
Create a new
FlushFailedException based on a message. |
FlushFailedException(String message,
Throwable cause)
Create a new
FlushFailedException based on a message and another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlushFailedException(String message, Throwable cause)
FlushFailedException based on a message and another exception.message - the message for this exceptioncause - the other exceptionpublic FlushFailedException(String message)
FlushFailedException based on a message.message - the message for this exceptionCopyright © 2014 Pivotal. All rights reserved.