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