com.j_spaces.core.client
Class EntryAlreadyInSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.EntryAlreadyInSpaceException
- All Implemented Interfaces:
- Serializable
public class EntryAlreadyInSpaceException
- extends RuntimeException
This exception is thrown when write operation is rejected
when the entry (or another with same UID) is already in space.
- Version:
- 3.0
- Author:
- Yechiel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntryAlreadyInSpaceException
public EntryAlreadyInSpaceException(String uid,
String classname)
- Constructor.
- Parameters:
uid
- the rejected entry UIDclassname
- the rejected entry class name
getUID
public String getUID()
- Returns the rejected entry UID.
- Returns:
- the rejected entry UID
getClassName
public String getClassName()
- Returns the rejected entry class name.
- Returns:
- the rejected entry class name
- Since:
- 5.0
Copyright © GigaSpaces.