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