public class IllegalAddException extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalAddException(String reason)
This will create an
Exception with the specified
error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalAddException(String reason)
Exception with the specified
error message.reason - cause of the problemCopyright © 2012 JBoss by Red Hat. All Rights Reserved.