Package com.impossibl.postgres.system
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.impossibl.postgres.system.ConversionException
-
- All Implemented Interfaces:
Serializable
public class ConversionException extends IOException
Created by kdubb on 7/15/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionException()
ConversionException(Type sourceType, Class<?> destinationType)
ConversionException(Type sourceType, Class<?> destinationType, Throwable cause)
ConversionException(Class<?> sourceType, Type destinationType)
ConversionException(Class<?> sourceType, Type destinationType, Throwable cause)
ConversionException(String message)
ConversionException(String message, Throwable cause)
ConversionException(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
-
ConversionException
public ConversionException()
-
ConversionException
public ConversionException(Type sourceType, Class<?> destinationType, Throwable cause)
-
ConversionException
public ConversionException(Class<?> sourceType, Type destinationType, Throwable cause)
-
ConversionException
public ConversionException(String message)
-
ConversionException
public ConversionException(Throwable cause)
-
-