Class TypeConversionException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class TypeConversionException extends SQLNonTransientException
This exception is thrown when the requested type conversion cannot be performed.
Author:
Roman Rokytskyy
See Also:
  • Constructor Details

    • TypeConversionException

      public TypeConversionException(String msg)
    • TypeConversionException

      public TypeConversionException(String msg, Throwable cause)