ch.agent.crnickl.jdbc
Class T2DBJMsg
java.lang.Object
ch.agent.core.KeyedMessage
ch.agent.crnickl.jdbc.T2DBJMsg
public class T2DBJMsg
- extends ch.agent.core.KeyedMessage
T2DBJMsg provides keyed messages to the package.
- Author:
- Jean-Paul Vetterli
|
Nested Class Summary |
class |
T2DBJMsg.J
Message symbols. |
| Methods inherited from class ch.agent.core.KeyedMessage |
getCategory, getKey, getMessage, toString |
T2DBJMsg
public T2DBJMsg(String key,
Object... args)
- Construct a keyed message.
- Parameters:
key - a keyargs - zero or more arguments
exception
public static T2DBJException exception(String key,
Object... arg)
- Return a keyed exception.
- Parameters:
key - a keyarg - zero or more arguments
- Returns:
- a keyed exception
exception
public static T2DBJException exception(Throwable cause,
String key,
Object... arg)
- Return a keyed exception.
- Parameters:
cause - the exception's causekey - a keyarg - zero or more arguments
- Returns:
- a keyed exception
Copyright © 2013. All Rights Reserved.