public class BadFieldValueException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BadFieldValueException(java.lang.String message)
Create an instance of BadFieldValueException
|
BadFieldValueException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of BadFieldValueException
|
private static final long serialVersionUID
public BadFieldValueException(java.lang.String message)
message
- a description of the encountered problempublic BadFieldValueException(java.lang.String message, java.lang.Throwable cause)
message
- a description of the encountered problemcause
- the cause of the exception