public final class EntityUpdateFailedException extends RuntimeException
Signals that an entity could not be updated.
| Constructor and Description | 
|---|
EntityUpdateFailedException(String id,
                           Throwable cause)
Constructs a new exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
The entity involved. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getId()
The entity involved.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.