ch.agent.crnickl.jdbc
Class T2DBJException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.agent.core.KeyedException
              extended by ch.agent.crnickl.T2DBException
                  extended by ch.agent.crnickl.jdbc.T2DBJException
All Implemented Interfaces:
Serializable

public class T2DBJException
extends ch.agent.crnickl.T2DBException

A T2DBJException is thrown by JDBC methods of CrNiCKL when they need to throw a checked exception.

Author:
Jean-Paul Vetterli
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ch.agent.core.KeyedException
msg
 
Constructor Summary
T2DBJException(ch.agent.core.KeyedMessage message)
          Construct an exception with a keyed message.
T2DBJException(ch.agent.core.KeyedMessage message, Throwable cause)
          Construct an exception with a keyed message and the causing exception.
 
Method Summary
 
Methods inherited from class ch.agent.core.KeyedException
getMessage, getMsg, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

T2DBJException

public T2DBJException(ch.agent.core.KeyedMessage message)
Construct an exception with a keyed message.

Parameters:
message - a KeyedMessage

T2DBJException

public T2DBJException(ch.agent.core.KeyedMessage message,
                      Throwable cause)
Construct an exception with a keyed message and the causing exception.

Parameters:
message - a KeyedMessage
cause - a Throwable


Copyright © 2013. All Rights Reserved.