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