public class NoChildDataException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
NoChildDataException()
Constructs a new super exception with null as its detail message.
|
NoChildDataException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
NoChildDataException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
NoChildDataException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
public static final long serialVersionUID
public NoChildDataException()
public NoChildDataException(java.lang.String message)
message - the detail messagepublic NoChildDataException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic NoChildDataException(java.lang.Throwable cause)
cause - the cause