public class UnconvertibleException extends MeasurementException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
For cross-version compatibility.
|
Constructor and Description |
---|
UnconvertibleException(java.lang.String message)
Constructs a
UnconvertibleException with the given message. |
UnconvertibleException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UnconvertibleException with the given message and cause. |
UnconvertibleException(java.lang.Throwable cause)
Constructs a
UnconvertibleException with the given cause. |
private static final long serialVersionUID
public UnconvertibleException(java.lang.String message)
UnconvertibleException
with the given message.message
- the detail message, or null
if none.public UnconvertibleException(java.lang.Throwable cause)
UnconvertibleException
with the given cause.cause
- the cause of this exception, or null
if none.public UnconvertibleException(java.lang.String message, java.lang.Throwable cause)
UnconvertibleException
with the given message and cause.message
- the detail message, or null
if none.cause
- the cause of this exception, or null
if none.