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