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