com.neeve.ods
Class OdsFactoryIdConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.ods.OdsFactoryIdConflictException
All Implemented Interfaces:
Serializable

public class OdsFactoryIdConflictException
extends Exception

Exception thrown when conflicting IStoreObjectFactorys are detected.

See Also:
Serialized Form

Constructor Summary
OdsFactoryIdConflictException(String message, IStoreObjectFactory factory1, IStoreObjectFactory factory2)
           
 
Method Summary
 IStoreObjectFactory getFactory1()
           
 IStoreObjectFactory getFactory2()
           
 
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

OdsFactoryIdConflictException

public OdsFactoryIdConflictException(String message,
                                     IStoreObjectFactory factory1,
                                     IStoreObjectFactory factory2)
Method Detail

getFactory1

public IStoreObjectFactory getFactory1()

getFactory2

public IStoreObjectFactory getFactory2()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.