public class ComponentCantStartException extends ComponentException
| Constructor and Description |
|---|
ComponentCantStartException(String message,
IComponent origin)
Constructs a new exception with the specified detail message.
|
ComponentCantStartException(String message,
Logger log,
IComponent origin)
Constructs a new exception with the specified detail message.
|
ComponentCantStartException(String message,
Throwable cause,
IComponent origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentCantStartException(String message,
Throwable cause,
Logger log,
IComponent origin)
Constructs a new exception with the specified detail message and cause.
|
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ComponentCantStartException(String message, IComponent origin)
Not logging anything anywhere on its own.
message - origin - which object does produced the exceptionpublic ComponentCantStartException(String message, Throwable cause, IComponent origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic ComponentCantStartException(String message, Logger log, IComponent origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic ComponentCantStartException(String message, Throwable cause, Logger log, IComponent origin)
Logs the exception via specified Logger.
message - cause - origin - which object does produced the exceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.