com.fullspan.kat.exception
Class KatConcurrentModificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.fullspan.kat.exception.KatDataAccessException
                  extended bycom.fullspan.kat.exception.KatConcurrentModificationException
All Implemented Interfaces:
java.io.Serializable

public class KatConcurrentModificationException
extends KatDataAccessException

Author:
Mitch Stuart
See Also:
Serialized Form

Constructor Summary
KatConcurrentModificationException()
           
KatConcurrentModificationException(java.lang.String message)
           
KatConcurrentModificationException(java.lang.String message, java.lang.Throwable cause)
           
 
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

KatConcurrentModificationException

public KatConcurrentModificationException(java.lang.String message)

KatConcurrentModificationException

public KatConcurrentModificationException(java.lang.String message,
                                          java.lang.Throwable cause)

KatConcurrentModificationException

public KatConcurrentModificationException()