public class InvestException extends Exception
As a rule we dont not use highly specific checked exceptions unless they can be recovered from.
| Constructor and Description |
|---|
InvestException(String msg) |
InvestException(String msg,
Object... args) |
InvestException(String msg,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017–2018 Committed. All rights reserved.