public class EmptyCollectionException extends CollectionException
| Constructor and Description |
|---|
EmptyCollectionException()
Construct a
EmptyCollectionException with no detail. |
EmptyCollectionException(String msg)
Construct a
EmptyCollectionException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyCollectionException(String msg)
EmptyCollectionException with the specified
detail message.msg - Detail message.public EmptyCollectionException()
EmptyCollectionException with no detail.Copyright © 2015 JBoss by Red Hat. All rights reserved.