com.interface21.jdbc.core.support
Class InvalidMaxValueIncrementerApiUsageException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.interface21.core.NestedRuntimeException
|
+--com.interface21.dao.DataAccessException
|
+--com.interface21.jdbc.core.support.InvalidMaxValueIncrementerApiUsageException
- All Implemented Interfaces:
- HasRootCause, java.io.Serializable
- public class InvalidMaxValueIncrementerApiUsageException
- extends DataAccessException
Exception thrown on incorrect usage of the API,
such as failing to provide IncrementerName or ColumnName
before usage.
This represents a problem in our Java data access framework, not the underlying data
access infrastructure.
- Author:
- Thomas Risberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidMaxValueIncrementerApiUsageException
public InvalidMaxValueIncrementerApiUsageException(java.lang.String s)
- Constructor for InvalidMaxValueIncrementerApiUsageException.
- Parameters:
s - message
InvalidMaxValueIncrementerApiUsageException
public InvalidMaxValueIncrementerApiUsageException(java.lang.String s,
java.lang.Throwable ex)
- Constructor for InvalidMaxValueIncrementerApiUsageException.
- Parameters:
s - messageex - root cause, from an underlying API such as JDBC
Rod Johnson and Spring contributors 2001-2003.