public class InstanceException extends Exception
| Constructor and Description |
|---|
InstanceException(String errorMsg)
Constructs a new instance exception with the given error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceException(String errorMsg)
errorMsg - the error message to be included in the exception.Copyright © 2014 The Apache Software Foundation. All rights reserved.