public class CollectionException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
CollectionException()
Construct a
CollectionException with no detail. |
CollectionException(java.lang.String msg)
Construct a
CollectionException with the specified
detail message. |
private static final long serialVersionUID