public class FlushFailedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FlushFailedException(java.lang.String message)
Create a new
FlushFailedException based on a message. |
FlushFailedException(java.lang.String message,
java.lang.Throwable cause)
Create a new
FlushFailedException based on a message and another exception. |
public FlushFailedException(java.lang.String message,
java.lang.Throwable cause)
FlushFailedException based on a message and another exception.message - the message for this exceptioncause - the other exceptionpublic FlushFailedException(java.lang.String message)
FlushFailedException based on a message.message - the message for this exception