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