org.springframework.jdbc.support
Class MetaDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.core.NestedCheckedException
org.springframework.jdbc.support.MetaDataAccessException
- All Implemented Interfaces:
- java.io.Serializable
- public class MetaDataAccessException
- extends NestedCheckedException
Exception indicating that something went wrong during metadata lookup.
This is a checked exception since we want it to be caught, logged and
handled rather than cause the application to fail. This is usually not
a fatal problem.
- Author:
- Thomas Risberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetaDataAccessException
public MetaDataAccessException(java.lang.String msg)
- Constructor for MetaDataAccessException.
- Parameters:
msg
- message
MetaDataAccessException
public MetaDataAccessException(java.lang.String msg,
java.lang.Throwable ex)
- Constructor for MetaDataAccessException.
- Parameters:
msg
- messageex
- root cause from data access API in use
Copyright (C) 2003-2004 The Spring Framework Project.