data
Class DataBasketConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
data.DataBasketConflictException
- All Implemented Interfaces:
- Serializable
public class DataBasketConflictException
- extends RuntimeException
Exception thrown to indicate some operation cannot be performed succesfully because of the isolation rules
associated with DataBaskets
and the container.
- Since:
- v2.0
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataBasketConflictException
public DataBasketConflictException()
- Create a new DataBasketConflictException.
DataBasketConflictException
public DataBasketConflictException(String sDetail)
- Create a new DataBasketConflictException with a detail message.
- Parameters:
sDetail
- the detail message.