public class WriteAbortedException
extends java.io.IOException
That can be thrown inside
ObjectCountCallback.setObjectCount(long)
.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
WriteAbortedException()
Construct a
WriteAbortedException . |
WriteAbortedException(java.lang.String s)
Construct a
WriteAbortedException . |
WriteAbortedException(java.lang.String s,
java.lang.Throwable why)
Construct a
WriteAbortedException . |
private static final long serialVersionUID
public WriteAbortedException()
WriteAbortedException
.public WriteAbortedException(java.lang.String s)
WriteAbortedException
.s
- message describing the issuepublic WriteAbortedException(java.lang.String s, java.lang.Throwable why)
WriteAbortedException
.s
- message describing the issuewhy
- a lower level implementation specific issue.