org.enableit.db.darrt
Class SchemaHandlingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.enableit.db.DBException
|
+--org.enableit.db.darrt.SchemaHandlingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DarHandlingException, TempSchemaHandlingException
- public class SchemaHandlingException
- extends DBException
General exception for use by this library's classes
when communicating exceptions.
- Version:
- v1.0
- Author:
- __AUTHOR__
- See Also:
- Serialized Form
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 |
SchemaHandlingException
public SchemaHandlingException()
- SchemaHandlingException Method
SchemaHandlingException
public SchemaHandlingException(java.lang.String msg)
- SchemaHandlingException Method
SchemaHandlingException
public SchemaHandlingException(java.lang.String msg,
java.lang.Throwable rootCause)
- SchemaHandlingException Method
getRootCause
public java.lang.Throwable getRootCause()
- Overrides:
getRootCause
in class DBException
- Returns:
- Root cause, may be null.
Copyright © 1999-2004 enableIT.org. All Rights Reserved.