net.wgen.op.db
Class DatabaseCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.wgen.op.OpException
              extended bynet.wgen.op.db.DatabaseCallException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DBValueTransformException

public class DatabaseCallException
extends OpException

Version:
$Id: DatabaseCallException.html,v 1.2 2007/01/28 04:09:36 paulfeuer Exp $
Author:
Paul Feuer, Wireless Generation, Inc.
See Also:
Serialized Form

Field Summary
private  DatabaseCall _call
           
 
Fields inherited from class net.wgen.op.OpException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DatabaseCallException(DatabaseCall call, java.lang.Throwable cause)
           
DatabaseCallException(java.lang.String msg, DatabaseCall call, java.lang.Throwable cause)
           
 
Method Summary
 DatabaseCall getCall()
           
 
Methods inherited from class net.wgen.op.OpException
getOp
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_call

private DatabaseCall _call
Constructor Detail

DatabaseCallException

public DatabaseCallException(DatabaseCall call,
                             java.lang.Throwable cause)
Parameters:
call -
cause -

DatabaseCallException

public DatabaseCallException(java.lang.String msg,
                             DatabaseCall call,
                             java.lang.Throwable cause)
Parameters:
call -
cause -
Method Detail

getCall

public DatabaseCall getCall()