org.filteredpush.mapper.exception
Class ObjectExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.filteredpush.mapper.exception.ObjectExistException
All Implemented Interfaces:
java.io.Serializable

public class ObjectExistException
extends java.lang.Exception

An exception indicating the to be created object actually already exists in the local data source.

Author:
Lei Dou $Id$
See Also:
Serialized Form

Constructor Summary
ObjectExistException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectExistException

public ObjectExistException(java.lang.String msg)