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