public class ConcurrentUpdateException extends RepositoryException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
ConcurrentUpdateException()
Constructs a new ConcurrentUpdateException.
|
ConcurrentUpdateException(java.lang.String pStr)
Constructs a new ConcurrentUpdateException with the given
explanation.
|
ConcurrentUpdateException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ConcurrentUpdateException with the given
explanation.
|
ConcurrentUpdateException(java.lang.Throwable pSourceException)
Constructs a new ConcurrentUpdateException.
|
getId, getItemDescriptorName, setId, setItemDescriptorName
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public ConcurrentUpdateException()
public ConcurrentUpdateException(java.lang.String pStr)
public ConcurrentUpdateException(java.lang.Throwable pSourceException)
pSourceException
- the initial exception which was the root
cause of the problempublic ConcurrentUpdateException(java.lang.String pStr, java.lang.Throwable pSourceException)
pSourceException
- the initial exception which was the root
cause of the problem