Package net.sf.jkniv.whinstone.types
Class ConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.RepositoryException
-
- net.sf.jkniv.whinstone.types.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 Summary
Constructors Constructor Description ConverterException()Constructor for ConverterException without message detailConverterException(String msg)Constructor for ConverterException.ConverterException(String msg, Throwable cause)Constructor for ConverterException.ConverterException(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
-
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 messagecause- the trouble root cause , usually JDBC family exception
-
ConverterException
public ConverterException(Throwable cause)
-
-