Class ObjectDeletedException

    • Constructor Detail

      • ObjectDeletedException

        protected ObjectDeletedException​(String newErrorCode,
                                         String messageFormat,
                                         Throwable cause,
                                         Object[] exceptionDataEN,
                                         Object[] exceptionData)
      • ObjectDeletedException

        public ObjectDeletedException​(Throwable cause,
                                      String objectName,
                                      long objectId)
        The object has been marked for deletion, no operations are allowed on the object anymore.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        objectName - Objectname of the object being accessed or modified.
        objectId - UniqueId of the object being accessed or modified.