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