Class BinaryWriteFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
-
- All Implemented Interfaces:
Serializable
public class BinaryWriteFailedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryWriteFailedException()BinaryWriteFailedException(String message)BinaryWriteFailedException(String message, Throwable cause)BinaryWriteFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BinaryWriteFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-