public class PogamutInterruptedException extends PogamutException
| Constructor and Description |
|---|
PogamutInterruptedException(String message,
Logger log,
Object origin)
Constructs a new exception with the specified detail message.
|
PogamutInterruptedException(String message,
Object origin)
Constructs a new exception with the specified detail message.
|
PogamutInterruptedException(String message,
Throwable cause,
Logger log,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
PogamutInterruptedException(String message,
Throwable cause,
Object origin)
Constructs a new exception with the specified detail message and cause.
|
PogamutInterruptedException(Throwable cause,
Object origin)
Constructs a new exception with the specified detail message.
|
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PogamutInterruptedException(Throwable cause, Object origin)
Not logging anything anywhere on its own.
cause - origin - which object does produced the exceptionpublic PogamutInterruptedException(String message, Object origin)
Not logging anything anywhere on its own.
message - origin - which object does produced the exceptionpublic PogamutInterruptedException(String message, Throwable cause, Object origin)
Not logging anything anywhere on its own.
message - cause - origin - which object does produced the exceptionpublic PogamutInterruptedException(String message, Logger log, Object origin)
Logs the exception via specified Logger.
message - log - origin - which object does produced the exceptionpublic PogamutInterruptedException(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.