foundry.sql
Class FoundrySQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--foundry.throwables.CompositeException
|
+--foundry.sql.FoundrySQLException
- All Implemented Interfaces:
- Serializable, ThrowableChain, ThrowableContainer
- public class FoundrySQLException
- extends CompositeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
FoundrySQLException
public FoundrySQLException()
FoundrySQLException
public FoundrySQLException(String message)
FoundrySQLException
public FoundrySQLException(Throwable throwable)
FoundrySQLException
public FoundrySQLException(Throwable throwable,
String message)
Copyright © 2000 - Laird Jarrett Nelson