Class ValueHandlerNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
-
- All Implemented Interfaces:
Serializable
public class ValueHandlerNotRegisteredException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueHandlerNotRegisteredException()ValueHandlerNotRegisteredException(String message)ValueHandlerNotRegisteredException(String message, Throwable cause)ValueHandlerNotRegisteredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ValueHandlerNotRegisteredException(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 Detail
-
ValueHandlerNotRegisteredException
public ValueHandlerNotRegisteredException(String message)
-
ValueHandlerNotRegisteredException
public ValueHandlerNotRegisteredException()
-
ValueHandlerNotRegisteredException
public ValueHandlerNotRegisteredException(String message, Throwable cause)
-
ValueHandlerNotRegisteredException
public ValueHandlerNotRegisteredException(Throwable cause)
-
-