com.agical.rmock.core.exception
Class IdMustBeUniqueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agical.rmock.core.exception.IdMustBeUniqueException
- All Implemented Interfaces:
- Serializable
public class IdMustBeUniqueException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IdMustBeUniqueException
public IdMustBeUniqueException(String id)
IdMustBeUniqueException
public IdMustBeUniqueException(String objectType,
String id)
Copyright © 2005-2011 Agical AB. All Rights Reserved.