com.agical.rmock.core.exception
Class IdMustBeUniqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agical.rmock.core.exception.IdMustBeUniqueException
All Implemented Interfaces:
java.io.Serializable

public class IdMustBeUniqueException
extends java.lang.RuntimeException

Thrown when a proxy is created whith an id that is already defined in the current testcase. (c) 2005 Agical AB

Author:
joakim.ohlrogge
See Also:
Serialized Form

Constructor Summary
IdMustBeUniqueException(java.lang.String id)
           
IdMustBeUniqueException(java.lang.String objectType, java.lang.String id)
           
 
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

IdMustBeUniqueException

public IdMustBeUniqueException(java.lang.String id)

IdMustBeUniqueException

public IdMustBeUniqueException(java.lang.String objectType,
                               java.lang.String id)


Copyright © 2005-2011 Agical AB. All Rights Reserved.