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