scriptella.driver.spring
Class SpringProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.spi.ProviderException
                      extended by scriptella.jdbc.JdbcException
                          extended by scriptella.driver.spring.SpringProviderException
All Implemented Interfaces:
java.io.Serializable

public class SpringProviderException
extends scriptella.jdbc.JdbcException

Thrown to indicate Spring provider failure.

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

Constructor Summary
SpringProviderException(java.lang.String message)
           
SpringProviderException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getProviderName()
           
 
Methods inherited from class scriptella.jdbc.JdbcException
getNativeException, initVendorCodes
 
Methods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, setErrorStatement, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

SpringProviderException

public SpringProviderException(java.lang.String message,
                               java.lang.Throwable cause)

SpringProviderException

public SpringProviderException(java.lang.String message)
Method Detail

getProviderName

public java.lang.String getProviderName()
Overrides:
getProviderName in class scriptella.jdbc.JdbcException


Copyright © Copyright 2006-2009 The Scriptella Project Team.