public class ConverterException extends RepositoryException
Constructor and Description |
---|
ConverterException()
Constructor for ConverterException without message detail
|
ConverterException(String msg)
Constructor for ConverterException.
|
ConverterException(String msg,
Throwable cause)
Constructor for ConverterException.
|
ConverterException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConverterException()
public ConverterException(String msg)
msg
- the detail from exception messagepublic ConverterException(String msg, Throwable cause)
msg
- the detail from exception messagecause
- the trouble root cause , usually JDBC family exceptionpublic ConverterException(Throwable cause)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.