com.ferri.core.vo.commons.converters.exceptions
Class ConverterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ferri.core.vo.commons.converters.exceptions.ConverterNotFoundException
- All Implemented Interfaces:
- Serializable
public class ConverterNotFoundException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ConverterNotFoundException
public ConverterNotFoundException()
ConverterNotFoundException
public ConverterNotFoundException(String message)
- Parameters:
message
-
ConverterNotFoundException
public ConverterNotFoundException(Throwable cause)
- Parameters:
cause
-
ConverterNotFoundException
public ConverterNotFoundException(String message,
Throwable cause)
- Parameters:
message
- cause
-