il.co.iter.dbdom
Class DBDOMSpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--il.co.iter.dbdom.DBDOMException
                          |
                          +--il.co.iter.dbdom.DBDOMSpException
All Implemented Interfaces:
java.io.Serializable

public class DBDOMSpException
extends DBDOMException

DOMSpException is thrown if a stored procedure does not return a result set that is specified in DBDOM.

This exception indicates that the connection is to a database that is incompatible with DBDOM or that there is a version missmatch between the database and the Java wrappers.

See Also:
Serialized Form

Fields inherited from class il.co.iter.dbdom.DBDOMException
rootException
 
Constructor Summary
DBDOMSpException()
          Constructs a DBDOMSpException with a default message.
DBDOMSpException(java.lang.String spName)
          Constructs a DBDOMSpException with the name of the offending SP in the message.
 
Methods inherited from class il.co.iter.dbdom.DBDOMException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBDOMSpException

public DBDOMSpException()
Constructs a DBDOMSpException with a default message.

DBDOMSpException

public DBDOMSpException(java.lang.String spName)
Constructs a DBDOMSpException with the name of the offending SP in the message.
Parameters:
spName - name of the stored procedure that returned the unexpected result.