com.sage.orion.sdata.servlet
Class JDBCResourceConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sage.orion.sdata.servlet.JDBCResourceConflictException
All Implemented Interfaces:
java.io.Serializable

public class JDBCResourceConflictException
extends java.lang.RuntimeException

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

Author:
govns90
See Also:
Serialized Form

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

JDBCResourceConflictException

public JDBCResourceConflictException()
Constructor


JDBCResourceConflictException

public JDBCResourceConflictException(java.lang.Throwable t)
Constructs an Exception with given throwable

Parameters:
t - the throwable which is the root in the exception hierarchy

JDBCResourceConflictException

public JDBCResourceConflictException(java.lang.String msg)
Constructs an Exception with given message

Parameters:
msg - the detail message describing the exception


Copyright © 2011 Sage Software, Inc. All rights reserved.