public class ComponentPausedException extends ComponentException
IComponent. It means that the component is paused or pausing.| Constructor and Description |
|---|
ComponentPausedException(ComponentState state,
Logger log,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentPausedException(ComponentState state,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentPausedException(ComponentState state,
Throwable cause,
Logger log,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentPausedException(ComponentState state,
Throwable cause,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentPausedException(String message,
Logger log,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentPausedException(String message,
Object origin)
Constructs a new exception with the specified detail message.
|
ComponentPausedException(String message,
Throwable cause,
Logger log,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
ComponentPausedException(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 ComponentPausedException(ComponentState state, Object origin)
Not logging anything anywhere on its own.
state - origin - which object does produced the exceptionpublic ComponentPausedException(String message, Object origin)
Not logging anything anywhere on its own.
message - origin - which object does produced the exceptionpublic ComponentPausedException(ComponentState state, Throwable cause, Object origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic ComponentPausedException(String message, Throwable cause, Object origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic ComponentPausedException(ComponentState state, Logger log, Object origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic ComponentPausedException(String message, Logger log, Object origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic ComponentPausedException(ComponentState state, Throwable cause, Logger log, Object origin)
Logs the exception via specified Logger.
state - cause - log - origin - which object does produced the exceptionpublic ComponentPausedException(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.