public class InternalError extends Error
| Constructor and Description |
|---|
InternalError(String msg)
Construct an
InternalError with the specified error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalError(String msg)
InternalError with the specified error message.msg - the error messageCopyright © 2012 JBoss by Red Hat. All Rights Reserved.