public class InitializationErrorException extends Exception
Initializable can potentially throw
this exception to indicate an error during Initializable.init() call.| Constructor and Description |
|---|
InitializationErrorException(Exception cause) |
InitializationErrorException(String msg) |
InitializationErrorException(String msg,
Exception cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.