public class NotImplementedException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serialVersionUID.
|
| Constructor and Description |
|---|
NotImplementedException()
Constructs an Exception with a detailed message.
|
NotImplementedException(java.lang.String msg)
Constructs an Exception with a detailed message.
|
static final long serialVersionUID
public NotImplementedException()
public NotImplementedException(java.lang.String msg)
msg - The message associated with the exception.