|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sage.orion.sdata.servlet.JDBCResourceConflictException
public class JDBCResourceConflictException
This class extends JDBCResourceKindSQLException instead of RuntimeException ,since having an ancestor makes the replacement possible to catch all descendants by using the single relevant ancestor
Constructor Summary | |
---|---|
JDBCResourceConflictException()
Constructor |
|
JDBCResourceConflictException(java.lang.String msg)
Constructs an Exception with given message |
|
JDBCResourceConflictException(java.lang.Throwable t)
Constructs an Exception with given throwable |
Method Summary |
---|
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 |
Constructor Detail |
---|
public JDBCResourceConflictException()
public JDBCResourceConflictException(java.lang.Throwable t)
t
- the throwable which is the root in the exception hierarchypublic JDBCResourceConflictException(java.lang.String msg)
msg
- the detail message describing the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |