public class ComponentNotRunningException extends ComponentException
IComponent. It means that the component is not running (e.g. is just stopping right now or is stopped, was
not started etc.)| Constructor and Description |
|---|
ComponentNotRunningException(ComponentState state,
Logger log,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentNotRunningException(ComponentState state,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentNotRunningException(ComponentState state,
Throwable cause,
Logger log,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentNotRunningException(ComponentState state,
Throwable cause,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentNotRunningException(String message,
Logger log,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentNotRunningException(String message,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentNotRunningException(String message,
Throwable cause,
Logger log,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentNotRunningException(String message,
Throwable cause,
Object 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 ComponentNotRunningException(ComponentState state, Object origin)
Not logging anything anywhere on its own.
state - origin - which object does produced the exceptionpublic ComponentNotRunningException(String message, Object origin)
Not logging anything anywhere on its own.
message - origin - which object does produced the exceptionpublic ComponentNotRunningException(ComponentState state, Throwable cause, Object origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic ComponentNotRunningException(String message, Throwable cause, Object origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic ComponentNotRunningException(ComponentState state, Logger log, Object origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic ComponentNotRunningException(String message, Logger log, Object origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic ComponentNotRunningException(ComponentState state, Throwable cause, Logger log, Object origin)
Logs the exception via specified Logger.
state - cause - log - origin - which object does produced the exceptionpublic ComponentNotRunningException(String message, Throwable cause, Logger log, Object 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.