public class ObjectDeletionException extends ObjectAccessException
| Constructor and Description |
|---|
ObjectDeletionException(String objectId)
Creates a new instance using given object id in a predefined message template : "Object 'objectId' could not be deleted"
|
ObjectDeletionException(String objectId,
Throwable cause)
Creates a new instance using given object id in a predefined message template.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectDeletionException(String objectId, Throwable cause)
objectId - - string messagecause - root causepublic ObjectDeletionException(String objectId)
objectId - - ID of the object that could not be deleted.Copyright © 2018. All rights reserved.