public class NodeMismatch extends java.lang.Error
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serialization version.
|
Constructor and Description |
---|
NodeMismatch()
Creates a NodeMismatch exception.
|
NodeMismatch(java.lang.String message)
Creates a NodeMismatch exception.
|
public static final long serialVersionUID
public NodeMismatch()
public NodeMismatch(java.lang.String message)
message
- String to include in the exception.