org.apache.ojb.broker.accesslayer
Class OJBBatchUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.lang.exception.NestableRuntimeException
                  extended by org.apache.ojb.broker.OJBRuntimeException
                      extended by org.apache.ojb.broker.accesslayer.OJBBatchUpdateException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class OJBBatchUpdateException
extends OJBRuntimeException

Version:
$Id: OJBBatchUpdateException.java,v 1.1 2007-08-24 22:17:30 ewestfal Exp $
Author:
Matthew Baird
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
OJBBatchUpdateException()
           
OJBBatchUpdateException(String msg)
           
OJBBatchUpdateException(String msg, Throwable cause)
           
OJBBatchUpdateException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OJBBatchUpdateException

public OJBBatchUpdateException()

OJBBatchUpdateException

public OJBBatchUpdateException(String msg)

OJBBatchUpdateException

public OJBBatchUpdateException(Throwable cause)

OJBBatchUpdateException

public OJBBatchUpdateException(String msg,
                               Throwable cause)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.