Class ConverterException

  • All Implemented Interfaces:
    Serializable

    public class ConverterException
    extends net.sf.jkniv.sqlegance.RepositoryException
    Since:
    0.6.0
    Author:
    Alisson Gomes
    See Also:
    Serialized Form
    • Constructor Detail

      • ConverterException

        public ConverterException()
        Constructor for ConverterException without message detail
      • ConverterException

        public ConverterException​(String msg)
        Constructor for ConverterException.
        Parameters:
        msg - the detail from exception message
      • ConverterException

        public ConverterException​(String msg,
                                  Throwable cause)
        Constructor for ConverterException.
        Parameters:
        msg - the detail from exception message
        cause - the trouble root cause , usually JDBC family exception
      • ConverterException

        public ConverterException​(Throwable cause)