public class ConversionException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ConversionException(java.lang.String message)
Create a Conversion Exception with a message.
|
ConversionException(java.lang.String message,
java.lang.Throwable cause)
Create a Conversion Exception with a message and a nested cause.
|
private static final long serialVersionUID
public ConversionException(java.lang.String message)
message - The message for this exception.public ConversionException(java.lang.String message,
java.lang.Throwable cause)
message - The message for this exception.cause - The causing exception.