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, toString
public FullCollectionException(String msg)
FullCollectionException
with the specified
detail message.msg
- Detail message.public FullCollectionException()
FullCollectionException
with no detail.Copyright © 2018 JBoss by Red Hat. All rights reserved.